diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 1d0fb37..9be20b9 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@v1.0.0 + uses: robherley/go-test-action@v1.0.1 with: testArguments: -race -shuffle=on -benchtime=1x -cover -covermode=atomic -coverprofile=coverage.txt ./... - name: Upload coverage report to Codecov