Skip to content

Commit

Permalink
Add WASM build to test compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hdost committed Feb 19, 2024
1 parent 1169445 commit bfd19f3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/wasm-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Test chrome
run: wasm-pack test --headless --chrome
- name: Test firefox
run: wasm-pack test --headless --firefox

0 comments on commit bfd19f3

Please sign in to comment.