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 8, 2022
1 parent dda910a commit f4a4e1d
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 @@ -186,12 +186,7 @@ jobs:
# uses: jetli/wasm-pack-action@v0.4.0
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 f4a4e1d

Please sign in to comment.