Skip to content

Commit

Permalink
ci: retriable integrity tests (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox authored Jun 25, 2024
1 parent 4635524 commit adadccf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ jobs:
mkdir _icoverdir_
go install -cover
- name: Run integrity tests
run: go test integrity_test.go -tags=integrity
uses: nick-fields/retry@v3
with:
timeout_minutes: 5
max_attempts: 3
command: go test integrity_test.go -tags=integrity
- name: Collect coverage
run: |
go tool covdata textfmt -i _icoverdir_ -o coverage.out
Expand Down

0 comments on commit adadccf

Please sign in to comment.