Explorar el Código

Run ci tests in parallel

tags/v2.0.0-rc1
9seconds hace 5 años
padre
commit
abff0cf211
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -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…
Cancelar
Guardar