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 daf3314 commit 9bccd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
target: wasm32-unknown-unknown

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

- name: Run tests
run: cargo test

0 comments on commit 9bccd7a

Please sign in to comment.