Commit bec3daec authored by acud's avatar acud Committed by GitHub

ci: failfast on makefile (#1763)

parent 53b040ac
...@@ -43,7 +43,7 @@ vet: ...@@ -43,7 +43,7 @@ vet:
.PHONY: test-race .PHONY: test-race
test-race: test-race:
$(GO) test -race -v ./... $(GO) test -race -failfast -v ./...
.PHONY: test-integration .PHONY: test-integration
test-integration: test-integration:
...@@ -51,7 +51,7 @@ test-integration: ...@@ -51,7 +51,7 @@ test-integration:
.PHONY: test .PHONY: test
test: test:
$(GO) test -v ./... $(GO) test -v -failfast ./...
.PHONY: build .PHONY: build
build: export CGO_ENABLED=0 build: export CGO_ENABLED=0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment