Browse Source

Run ci tests in parallel

tags/v2.0.0-rc1
9seconds 5 years ago
parent
commit
abff0cf211
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

54
 
54
 
55
 .PHONY: citest
55
 .PHONY: citest
56
 citest:
56
 citest:
57
-	@go test -coverprofile=coverage.txt -covermode=atomic -race -v ./...
57
+	@go test -coverprofile=coverage.txt -covermode=atomic -parallel 2 -race -v ./...
58
 
58
 
59
 .PHONY: crosscompile
59
 .PHONY: crosscompile
60
 crosscompile: $(CC_BINARIES)
60
 crosscompile: $(CC_BINARIES)

Loading…
Cancel
Save