Skip to content

Commit

Permalink
🐛 Point to rust path
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaza-Kun authored Mar 29, 2024
1 parent a5df3af commit 5892a8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- 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
- run: cargo test --manifest-path ./wasm-rs/Cargo.toml
- run: wasm-pack test --headless --chrome ./wasm-rs
- run: wasm-pack test --headless --firefox ./wasm-rs
- run: wasm-pack build ./wasm-rs --target web

0 comments on commit 5892a8d

Please sign in to comment.