Skip to content

Commit

Permalink
Update tm2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moul authored Sep 21, 2023
1 parent aa344d6 commit cd08a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tm2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
export GOPATH=$HOME/go
export GOTEST_FLAGS="-v -p 1 -timeout=30m -coverprofile=coverage.out -covermode=atomic"
make ${{ matrix.args }}
touch coverage.outf
touch coverage.out
- if: ${{ runner.os == 'Linux' && matrix.goversion == '1.21.x' }}
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit cd08a31

Please sign in to comment.