Skip to content

Commit

Permalink
Also run wasm tests for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldreingruber committed Dec 1, 2022
1 parent f0aa87b commit 8a3f00f
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 @@ -183,7 +183,12 @@ jobs:
run: |
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 8a3f00f

Please sign in to comment.