Skip to content

Commit

Permalink
github/workflows: do not retry test job on failures
Browse files Browse the repository at this point in the history
This makes it much easier for us to spot data races, which otherwise
would simply be ignored when not being detected in a retry-run.
  • Loading branch information
leonklingele committed Sep 10, 2023
1 parent daaee0a commit 6de9341
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,4 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Run Test
uses: nick-fields/retry@v2
with:
max_attempts: 3
timeout_minutes: 15
command: go test -v -race ./...
run: go test -v -race ./...

0 comments on commit 6de9341

Please sign in to comment.