Skip to content

Commit b4adffa

Browse files
author
it
committed
remove redundant go param
1 parent 9556d06 commit b4adffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bamboo-specs/bamboo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Test:
3838
golangci-lint run
3939
4040
# Run tests
41-
go test -race -v -bench=. -coverprofile=coverage.txt -covermode=atomic ./...
41+
go test -race -v -bench=. -coverprofile=coverage.txt ./...
4242
final-tasks:
4343
- clean
4444
requirements:

0 commit comments

Comments
 (0)