Skip to content

Commit

Permalink
Update command only run benches, exclude all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispappas committed May 11, 2022
1 parent 0783f0a commit 9bf2146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Test
run: go test -v -coverprofile coverage.out -race ./...
- name: Bench
run: go test -v -bench=.
run: go test -v -run ^$ -bench . ./...
- uses: jandelgado/[email protected]
if: matrix.version == '1.18.1'
- name: Store main branch lcov
Expand Down

0 comments on commit 9bf2146

Please sign in to comment.