Skip to content

Commit

Permalink
chore: add RUST_BACKTRACE=1 to cargo test command as the issue is…
Browse files Browse the repository at this point in the history
…n't reproducible
  • Loading branch information
denbite committed Dec 16, 2024
1 parent bb7a567 commit 3be1e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
target: wasm32-unknown-unknown

- name: Run cargo test
run: cargo test --workspace
run: RUST_BACKTRACE=1 cargo test --workspace

0 comments on commit 3be1e38

Please sign in to comment.