Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Oct 23, 2024
1 parent 800b0c6 commit daf3314
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
override: true
components: rustfmt, clippy
target: wasm32-unknown-unknown

- name: Build rust to wasm
run: cargo build --target wasm32-unknown-unknown

- name: Run tests
run: cargo test --target wasm32-unknown-unknown
run: cargo test

0 comments on commit daf3314

Please sign in to comment.