Skip to content

Commit

Permalink
CI: Don't retry tests in case of failures.
Browse files Browse the repository at this point in the history
Flaky tests should be fixed instead.
  • Loading branch information
fancycode committed Jul 8, 2022
1 parent a9517fe commit c463791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ jobs:
- name: Run tests
run: |
make test || make test
make test
- name: Generate coverage report
run: |
make cover || make cover
make cover
echo "GOROOT=$(go env GOROOT)" >> $GITHUB_ENV
- name: Convert coverage to lcov
Expand Down

0 comments on commit c463791

Please sign in to comment.