forked from gfx-rs/wgpu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Revert "Also run wasm tests for firefox""
This reverts commit 7eee910.
- Loading branch information
1 parent
3b34bcd
commit d79b16d
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|