Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
james7132 committed Mar 20, 2024
1 parent a3bed37 commit 1e1133a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,10 @@ jobs:
- uses: actions/checkout@v4
- name: Install
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- run: |
wasm-pack test --headless --chrome
wasm-pack test --headless --firefox
- name: Run Tests
run: |
wasm-pack test --headless --chrome
wasm-pack test --headless --firefox
miri:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1e1133a

Please sign in to comment.