Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
run: cargo install wasm-pack --version 0.13.1 --quiet
- name: Install wasm-tools
run: cargo install wasm-tools --quiet
- name: Install Chrome
uses: browser-actions/setup-chrome@v1
with:
chrome-version: stable
- name: Update dependencies
run: cargo update --quiet
- name: Cargo check
Expand All @@ -52,6 +56,7 @@ jobs:
- name: Run Node.js tests
env:
INSTA_WORKSPACE_ROOT: ${{ github.workspace }}
CHROMIUM_FLAGS: --enable-unsafe-webgpu
run: wasm-pack test --chrome --headless

node-test:
Expand Down
Loading