Skip to content

Commit

Permalink
ci: run benchmark tests and print a coverage summary
Browse files Browse the repository at this point in the history
  • Loading branch information
markfeinstein committed Jan 24, 2024
1 parent 020a725 commit 29a8274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
go-version: "1.21"
- name: Run tests
run: go test -race ./...
run: go test -cover -bench=. -benchmem -race ./...

goreleaser:
name: Build and Publish
Expand Down

0 comments on commit 29a8274

Please sign in to comment.