Skip to content

Commit

Permalink
Update audit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
romsar authored Aug 3, 2024
1 parent e2529e7 commit 1773816
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
run: go test -race -count 10 -vet=off ./...

0 comments on commit 1773816

Please sign in to comment.