Skip to content

Commit

Permalink
Try running only restart tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Jul 30, 2024
1 parent 41f487c commit 1fccfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
export PATH="$PWD/target/release:$PATH"
cargo build --locked --bin diff-test --release
cargo test --locked --release --workspace --all-features --no-run
cargo test --locked --release --workspace --all-features --verbose -- --test-threads 1 --nocapture
cargo test --locked --release --workspace --all-features --verbose -- restart_tests --test-threads 1 --nocapture
timeout-minutes: 90

0 comments on commit 1fccfcf

Please sign in to comment.