Skip to content

Commit 87db222

Browse files
author
Otávio Fernandes
committed
Fail-fast.
1 parent c60bf1a commit 87db222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ run:
3535
go run -v cmd/$(APP)/* $(filter-out $@,$(MAKECMDGOALS)) ; exit $?
3636

3737
test:
38-
go test -race -coverprofile=coverage.txt -covermode=atomic -cover -v pkg/$(APP)/*
38+
go test -failfast -race -coverprofile=coverage.txt -covermode=atomic -cover -v pkg/$(APP)/*
3939

4040
integration:
41-
go test -v $(E2E_TEST_DIR)/*
41+
go test -failfast -v $(E2E_TEST_DIR)/*
4242

4343
codecov:
4444
mkdir .ci || true

0 commit comments

Comments
 (0)