Skip to content

Commit

Permalink
Fix test github action (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fs02 authored Sep 14, 2023
1 parent cca3314 commit a9e09d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: go test -race ./...
- name: Coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
if: matrix.go == 1.21 && matrix.os == 'ubuntu-latest'
if: matrix.go == 1.21
- name: Codecov
uses: codecov/codecov-action@v1
if: matrix.go == 1.21 && matrix.os == 'ubuntu-latest'
if: matrix.go == 1.21

0 comments on commit a9e09d1

Please sign in to comment.