Remove -parallel
This commit is contained in:
2
justfile
2
justfile
@@ -11,7 +11,7 @@ tidy:
|
|||||||
test:
|
test:
|
||||||
{{go}} vet ./...
|
{{go}} vet ./...
|
||||||
golangci-lint run ./...
|
golangci-lint run ./...
|
||||||
{{go}} test -race -coverprofile=cover.out -timeout=60s -parallel=10 ./...
|
{{go}} test -race -coverprofile=cover.out -timeout=60s ./...
|
||||||
{{go}} tool cover -html=cover.out -o=cover.html
|
{{go}} tool cover -html=cover.out -o=cover.html
|
||||||
|
|
||||||
todo:
|
todo:
|
||||||
|
|||||||
Reference in New Issue
Block a user