mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-06 15:04:11 -04:00
first attempt at creating a CI job for wasm tests
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -114,6 +114,15 @@ jobs:
|
||||
- name: Install emscripten
|
||||
uses: mymindstorm/setup-emsdk@v7
|
||||
|
||||
- name: Install wasm-pack
|
||||
run: cargo install wasm-pack
|
||||
|
||||
- name: Unit tests
|
||||
run: |
|
||||
cd crates/matrix-sdk-base/
|
||||
wasm-pack test --node
|
||||
wasm-pack test --firefox --headless --features indexeddb_state_store
|
||||
|
||||
- name: Check
|
||||
run: |
|
||||
cd crates/matrix-sdk/examples/wasm_command_bot
|
||||
|
||||
Reference in New Issue
Block a user