diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 05532fb..ff0a3e8 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -12,7 +12,7 @@ jobs: audit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v5 @@ -45,9 +45,4 @@ jobs: args: --timeout=5m - name: Test - run: go test -race -count 10 -vet=off -coverprofile=coverage.txt -covermode=atomic ./... - - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 - with: - token: ${{ secrets.CODECOV_TOKEN }} + run: go test -race -count 10 -vet=off ./...