Skip to content

Commit

Permalink
Revert "Revert "Also run wasm tests for firefox""
Browse files Browse the repository at this point in the history
This reverts commit 7eee910.
  • Loading branch information
haraldreingruber committed Dec 8, 2022
1 parent 3b34bcd commit d79b16d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,12 @@ jobs:
# uses: jetli/[email protected]
cargo install --git https://github.com/haraldreingruber/wasm-pack wasm-pack
- name: execute tests
- name: execute tests (Firefox)
run: |
cd wgpu
wasm-pack test --headless --firefox --features webgl
- name: execute tests (Chrome)
run: |
cd wgpu
wasm-pack test --headless --chrome --features webgl
Expand Down

0 comments on commit d79b16d

Please sign in to comment.