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 2aad38e commit feec1bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:


jobs:

audit:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -46,7 +45,7 @@ jobs:
args: --timeout=5m

- name: Test
run: go test -race -count 10 -vet=off ./...
run: go test -race -count 10 -vet=off -coverprofile=coverage.txt -covermode=atomic ./...

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit feec1bd

Please sign in to comment.