Skip to content

Commit

Permalink
Makefile: Add -failfast to unit test run
Browse files Browse the repository at this point in the history
So errors are more visible.

Signed-off-by: Thomas Parrott <[email protected]>
  • Loading branch information
tomponline committed Sep 9, 2024
1 parent 06aaead commit af0cf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ endif

.PHONY: check
check: default
CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" go test -v -tags "$(TAG_SQLITE3)" $(DEBUG) ./...
CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" go test -v -failfast -tags "$(TAG_SQLITE3)" $(DEBUG) ./...
cd test && ./main.sh

.PHONY: dist
Expand Down

0 comments on commit af0cf2c

Please sign in to comment.