Skip to content

Commit

Permalink
ci: add backtrace, to find discrepency in test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwacko committed Sep 18, 2024
1 parent 0938981 commit 9aebb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/synth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@nightly
- run: cargo test
- run: RUST_BACKTRACE=1 cargo test

0 comments on commit 9aebb90

Please sign in to comment.