Skip to content

Commit

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

0 comments on commit 7eee910

Please sign in to comment.