Skip to content

Commit

Permalink
ci(build.yml): remove fuzz args from test step
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Mar 25, 2023
1 parent 44da329 commit baf1bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Fuzz
run: go test -fuzz=./... -fuzztime=10s
- name: Test
run: go test -fuzz=. -fuzztime=10s -failfast ./... -race -coverprofile=coverage.txt -covermode=atomic
run: go test -failfast ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Push Coverage to codecov.io
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit baf1bc5

Please sign in to comment.