Skip to content

Commit

Permalink
Don't capture test output so I can debug timing out job
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Aug 16, 2024
1 parent 8271254 commit 045f862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slowtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
run: |
export RUSTFLAGS="$RUSTFLAGS --cfg hotshot_example"
export PATH="$PWD/target/release:$PATH"
cargo nextest run --locked --release --workspace --all-features --verbose -E 'test(slow_)'
cargo nextest run --locked --release --workspace --all-features --verbose -E 'test(slow_)' --nocapture
timeout-minutes: 40

0 comments on commit 045f862

Please sign in to comment.