Skip to content

Commit

Permalink
chore: trace flaky tests on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuhvi committed Jul 30, 2024
1 parent 3b3f9f9 commit a2dc7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: cargo build --release --workspace --all-features --verbose

- name: Run tests
run: cargo test --all-features --workspace --verbose
run: RUST_BACKTRACE=1 cargo test --all-features --workspace --verbose

- name: Run docs
run: cargo doc --workspace --all-features --no-deps --document-private-items --verbose

0 comments on commit a2dc7b8

Please sign in to comment.