Skip to content

Commit

Permalink
trying to fix bumpalo CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
s-arash committed Mar 9, 2024
1 parent fca26ff commit 6ad9041
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:

- name: Run wasm tests
working-directory: ./wasm-tests
run: wasm-pack test --headless --firefox
run: |
cargo tree
wasm-pack test --headless --firefox
# macro tests should be last, because they produce scratchpad.rs, which my not compile
- name: Run macro tests
Expand Down

0 comments on commit 6ad9041

Please sign in to comment.