We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99656a commit 5ef3c3aCopy full SHA for 5ef3c3a
1 file changed
Makefile
@@ -63,11 +63,11 @@ test\:all:
63
64
test\:integration:
65
@echo "$(COLOR_OKTA)Running integration tests...$(COLOR_NONE)"
66
- go test -race ./tests/integration -test.v
+ go test -failfast -race ./tests/integration -test.v
67
68
test\:unit:
69
@echo "$(COLOR_OK)Running unit tests...$(COLOR_NONE)"
70
- go test -race ./tests/unit -test.v
+ go test -failfast -race ./tests/unit -test.v
71
72
.PHONY: fmt
73
fmt: check-fmt # Format the code
0 commit comments