mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-02 00:11:56 +03:00
Run ci tests in parallel
This commit is contained in:
@@ -54,7 +54,7 @@ test:
|
|||||||
|
|
||||||
.PHONY: citest
|
.PHONY: citest
|
||||||
citest:
|
citest:
|
||||||
@go test -coverprofile=coverage.txt -covermode=atomic -race -v ./...
|
@go test -coverprofile=coverage.txt -covermode=atomic -parallel 2 -race -v ./...
|
||||||
|
|
||||||
.PHONY: crosscompile
|
.PHONY: crosscompile
|
||||||
crosscompile: $(CC_BINARIES)
|
crosscompile: $(CC_BINARIES)
|
||||||
|
|||||||
Reference in New Issue
Block a user