diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 20f11e46..2a3696d9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -90,4 +90,4 @@ jobs: run: go build - name: Test - run: go test timeout 30m -modfile=go_test.mod -v -access_key ${{secrets.PV_VALID_ACCESS_KEY}} + run: go test -timeout 30m -modfile=go_test.mod -v -access_key ${{secrets.PV_VALID_ACCESS_KEY}}