Selaa lähdekoodia

Run ci tests in parallel

tags/v2.0.0-rc1
9seconds 5 vuotta sitten
vanhempi
commit
abff0cf211
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Näytä tiedosto

@@ -54,7 +54,7 @@ test:
54 54
 
55 55
 .PHONY: citest
56 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 59
 .PHONY: crosscompile
60 60
 crosscompile: $(CC_BINARIES)

Loading…
Peruuta
Tallenna