We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4b866 commit bca090aCopy full SHA for bca090a
.github/workflows/go.yml
@@ -23,3 +23,6 @@ jobs:
23
24
- name: Test
25
run: go test -v ./...
26
+
27
+ - name: Bench
28
+ run: go test -bench=. -v ./...
0 commit comments