Skip to content

Commit a8105ab

Browse files
committed
fix gitlab ci
1 parent d1143eb commit a8105ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ build and test:
66
script:
77
- go build -v ./...
88
- go test -v -cover ./...
9-
- go test -benchmem -run=none ^BenchmarkTest sol/sol
9+
- go test -benchmem -run=none -bench ^BenchmarkTest sol/sol

0 commit comments

Comments
 (0)