Skip to content

Commit

Permalink
Fail inegration tests after first failure
Browse files Browse the repository at this point in the history
Note that the flag will stop future tests for a failing package.
But tests for other packages will continue. See
golang/go#33038
  • Loading branch information
kerzhner committed Mar 24, 2023
1 parent 9cc0378 commit 4d27096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: go build -v ./...

- name: Test
run: go test ./... -count=2 -shuffle=on -timeout 1m -v
run: go test ./... -count=2 -shuffle=on -timeout 1m -v -failfast

- name: Archive logs
if: always()
Expand Down

0 comments on commit 4d27096

Please sign in to comment.