Skip to content

Commit

Permalink
feat: benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
zarttic committed Feb 23, 2024
1 parent bf7fdbf commit 8f7b133
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
# run: go build -v ./...

- name: Test
run: go test -v ./...
run: go test -v ./... -exclude=benchmark
- name: Test
run: go test -bench=.

0 comments on commit 8f7b133

Please sign in to comment.