Sfoglia il codice sorgente

Run ci tests in parallel

tags/v2.0.0-rc1
9seconds 5 anni fa
parent
commit
abff0cf211
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Vedi File

@@ -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…
Annulla
Salva