Run ci tests in parallel

This commit is contained in:
9seconds
2021-03-15 16:22:01 +03:00
parent f52b3391d1
commit abff0cf211
+1 -1
View File
@@ -54,7 +54,7 @@ test:
.PHONY: citest
citest:
@go test -coverprofile=coverage.txt -covermode=atomic -race -v ./...
@go test -coverprofile=coverage.txt -covermode=atomic -parallel 2 -race -v ./...
.PHONY: crosscompile
crosscompile: $(CC_BINARIES)