Skip to content

Commit 07f9e00

Browse files
committed
removing benchmark since build doesn't run to completion
1 parent 7e69a8c commit 07f9e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
uses: actions/checkout@v2
1818
- name: Test
1919
run: |
20-
# go vet ./...
2120
go test -v -race ./...
22-
go test -bench=.
21+
# go vet ./...
22+
# go test -bench=.
2323
- name: Force update to pkg.go.dev
2424
run: |
2525
# Refresh latest tag.

0 commit comments

Comments
 (0)