Skip to content

Commit

Permalink
Stop failing fast on e2e tests (thanos-io#5747)
Browse files Browse the repository at this point in the history
We have some randomly failing tests and they prevent us
from being able to see real test failures in a timely
manner because of the amount of time the test suite
takes.

Signed-off-by: Douglas Camata <[email protected]>

Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata authored Oct 3, 2022
1 parent d533abf commit ec19a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: make go-lint
e2e:
strategy:
fail-fast: true
fail-fast: false
matrix:
parallelism: [4]
index: [0, 1, 2, 3]
Expand Down

0 comments on commit ec19a0e

Please sign in to comment.