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

ci: failfast on makefile (#1763)

parent 53b040ac
......@@ -43,7 +43,7 @@ vet:
.PHONY: test-race
test-race:
$(GO) test -race -v ./...
$(GO) test -race -failfast -v ./...
.PHONY: test-integration
test-integration:
......@@ -51,7 +51,7 @@ test-integration:
.PHONY: test
test:
$(GO) test -v ./...
$(GO) test -v -failfast ./...
.PHONY: build
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