We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1143eb commit a8105abCopy full SHA for a8105ab
.gitlab-ci.yml
@@ -6,4 +6,4 @@ build and test:
6
script:
7
- go build -v ./...
8
- go test -v -cover ./...
9
- - go test -benchmem -run=none ^BenchmarkTest sol/sol
+ - go test -benchmem -run=none -bench ^BenchmarkTest sol/sol
0 commit comments