Skip to content

Commit

Permalink
Use headless Firefox tests in CI
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Sep 30, 2023
1 parent 5c36d2e commit 608840f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- run: cargo test
- uses: taiki-e/install-action@wasm-pack
- run: cargo check --target wasm32-unknown-unknown --all-features --tests
- run: wasm-pack test --node
- run: wasm-pack test --firefox --headless

# Copied from: https://github.com/rust-lang/stacker/pull/19/files
windows_gnu:
Expand Down

0 comments on commit 608840f

Please sign in to comment.