Skip to content

Commit

Permalink
no fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Jul 18, 2024
1 parent 3168cd6 commit 2644934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
cargo run -p prover -- --jwt-secret-key "asdf" --authorized-keys "0xd16b71c90dbf897e5964d2f267d04664b3c035036559d712994739ea6cf2fd9f" --message-expiration-time 60 --session-expiration-time 3600 &
sleep 5
- name: Run tests
run: cargo test --workspace --verbose
run: cargo test --no-fail-fast --workspace --verbose

0 comments on commit 2644934

Please sign in to comment.