Skip to content

Commit 3e619ea

Browse files
author
Chris Stockton
committed
fix: prevent tool targets from being invoked in parallel
1 parent 705ef00 commit 3e619ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ test: auth ## Run tests.
118118
vet: # Vet the code
119119
go vet $(CHECK_FILES)
120120

121+
.NOTPARALLEL: $(TOOL_TARGETS)
121122
$(TOOL_TARGETS):
122123
$(MAKE) -C tools
123124

0 commit comments

Comments
 (0)