Skip to content

Commit

Permalink
Convert some of the standard Rust integration tests in simulations.rs…
Browse files Browse the repository at this point in the history
… to equivalent WASM browser tests in web.rs, for improved ongoing verification of WASM target compatibility
  • Loading branch information
ndebuhr committed Apr 3, 2021
1 parent bdbb890 commit 4135a9d
Show file tree
Hide file tree
Showing 3 changed files with 677 additions and 667 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Run Tests (wasm-pack)
run: |
cargo install --git https://github.com/rustwasm/wasm-pack.git
wasm-pack test --node
wasm-pack test --headless --chrome --firefox
rustfmt:
name: Rustfmt
Expand Down
Loading

0 comments on commit 4135a9d

Please sign in to comment.