Skip to content

Commit

Permalink
Fix coverage setup
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Dec 23, 2023
1 parent 7140ee7 commit 4a8d766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Tests
run: make test
env:
WITH_COVERAGE: true
WITH_COVERAGE: matrix.go == '1.21'

- name: hadolint
uses: reviewdog/action-hadolint@v1
Expand Down

0 comments on commit 4a8d766

Please sign in to comment.