Skip to content

Commit beb7e56

Browse files
committed
build: Run tests in parallel with race detection
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 666e5d6 commit beb7e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $(GOLANGCI):
1111
mv $(TOOLS_BIN)/golangci-lint $(TOOLS_BIN)/golangci-lint-$(GOLANGCI_VERSION)
1212

1313
test:
14-
$(GOTEST) ./...
14+
$(GOTEST) -race -parallel 20 ./...
1515

1616
validate: validate-lint validate-dirty ## Run validation checks.
1717

0 commit comments

Comments
 (0)