Skip to content

Commit

Permalink
ci: fix WASM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Aug 10, 2024
1 parent 8d87ca3 commit cd9a05e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ jobs:
- uses: jetli/[email protected]
- name: Add wasm32 target
run: rustup target add wasm32-unknown-unknown
- name: Test in headless Chrome
run: wasm-pack test --headless --chrome
- name: Test main lib in headless Chrome
run: wasm-pack test --headless --chrome rust
- name: Test derive lib in headless Chrome
run: wasm-pack test --headless --chrome rust/derive

0 comments on commit cd9a05e

Please sign in to comment.