Skip to content

Commit

Permalink
github actions: always run tests even if lints fail
Browse files Browse the repository at this point in the history
  • Loading branch information
maruel committed Jun 19, 2022
1 parent ce2cce2 commit 73efd73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
# Run tests last since it's potentially the slowest step.
- name: 'Check: go test -cover'
if: always()
run: go test -timeout=40s -covermode=count -coverprofile coverage.txt ./...
# Don't send code coverage if anything failed to reduce spam.
- uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 73efd73

Please sign in to comment.