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