Skip to content

Commit

Permalink
chore: wasm-bindgen-test-runner now supports COEP/COOP
Browse files Browse the repository at this point in the history
  • Loading branch information
codeart1st committed Dec 31, 2024
1 parent 84c172c commit 339bbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
run: google-chrome --version

- name: Run wasm-pack test
run: xvfb-run -a -s "-screen 0 1920x1080x24" wasm-pack test --${{ matrix.browser }} --headless --release --features console_log,console_error_panic_hook --test '*'
run: xvfb-run -a -s "-screen 0 1920x1080x24" wasm-pack test --${{ matrix.browser }} --headless --release --test '*'

- name: Post build environemnt
if: always()
Expand Down

0 comments on commit 339bbf9

Please sign in to comment.