Skip to content

Commit

Permalink
add wasm test when pushing to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Feb 8, 2024
1 parent 63a28c7 commit bf18087
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
with:
toolchain: stable
# targets: x86_64-unknown-linux-musl
- run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- run: cargo test --verbose -- --nocapture
- run: wasm-pack test --headless --firefox ./adana-script-wasm
- run: wasm-pack test --headless --chrome ./adana-script-wasm
docker:
needs: test
runs-on: ubuntu-latest
Expand Down

0 comments on commit bf18087

Please sign in to comment.