Skip to content

Commit

Permalink
.github/workflows/wasm.yml: remove verbose flag from cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
niklak committed Oct 17, 2024
1 parent 5da8f4e commit d6dfdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
with:
tool: wasm-bindgen-cli
- name: Run tests
run: cargo test --target wasm32-unknown-unknown --verbose --all
run: cargo test --target wasm32-unknown-unknown --all

0 comments on commit d6dfdfb

Please sign in to comment.