diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 0684f62..fed1b34 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -43,7 +43,7 @@ jobs: go fmt ./... git diff --exit-code - name: Test - uses: robherley/go-test-action@v0.5.0 + uses: robherley/go-test-action@v0.6.0 with: testArguments: -race -shuffle=on -benchtime=1x -cover -covermode=atomic -coverprofile=coverage.txt ./... - name: Upload coverage report to Codecov