Skip to content

Commit

Permalink
Integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Mar 17, 2024
1 parent 1f0d13f commit 0e9db95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
- name: Install wasm-tools
run: cargo install [email protected] --locked || wasm-tools --version

- name: Install wasm32-wasi support
if: runner.os == 'Windows'
run: rustup target add wasm32-wasi

- name: Run tests
run: cargo test --all --verbose
- name: Ensure no files have changed
Expand Down

0 comments on commit 0e9db95

Please sign in to comment.