Skip to content

Commit

Permalink
meh, whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Dec 10, 2023
1 parent a1f5477 commit 9a73eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:

- name: Go Test
if: ${{ !inputs.skipTests }}
run: go test -v -vet=off -count=1 -race -shuffle=on -coverprofile=coverage.txt ./...
run: go test -v -count=1 -race -shuffle=on -coverprofile=coverage.txt ./...

- name: Go Benchmark
if: ${{ !inputs.skipTests }}
run: go test -v -vet=off -shuffle=on -run=^$ -bench=. -benchtime=1x ./...
run: go test -v -shuffle=on -run=^$ -bench=. -benchtime=1x ./...

- name: Upload Coverage
if: ${{ !inputs.skipTests }}
Expand Down

0 comments on commit 9a73eba

Please sign in to comment.