Skip to content

Commit

Permalink
add ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Sep 28, 2023
1 parent bb96a3a commit 4856845
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/smoketest-wasm.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
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- run: cargo test
- run: wasm-pack test --headless --chrome
- run: wasm-pack test --headless --firefox

0 comments on commit 4856845

Please sign in to comment.