Skip to content

Commit

Permalink
Disable fast failing for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefleming committed Aug 3, 2020
1 parent 1b1ffe0 commit df97ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ commands:
parameters:
test_command:
type: string
default: cargo test --frozen --target "$HOST_TARGET_TRIPLE" --tests
default: cargo test --frozen --target "$HOST_TARGET_TRIPLE" --no-fail-fast --tests
steps:
- run:
name: Run all tests
Expand Down

0 comments on commit df97ff4

Please sign in to comment.