Skip to content

Commit

Permalink
Merge pull request #5 from Shopify/fix-benchmarks-ci
Browse files Browse the repository at this point in the history
Benchmarks are not being run on CI
  • Loading branch information
chrispappas authored May 11, 2022
2 parents 1e3f2d8 + 9bf2146 commit 6918618
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:
key: ${{ runner.os }}-${{ github.ref }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-refs/heads/main-
- name: Test and Bench
run: go test -v -coverprofile coverage.out -bench -race ./...
- name: Test
run: go test -v -coverprofile coverage.out -race ./...
- name: 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 6918618

Please sign in to comment.