Skip to content

Commit

Permalink
Add browser test to GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Sep 7, 2024
1 parent 23731b7 commit 7a199d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ jobs:

- name: Test
run: cargo test --all-features

- name: Test in Browser
run: wasm-pack test --headless --release --chrome --firefox
working-directory: packages/dom

0 comments on commit 7a199d6

Please sign in to comment.