Skip to content

Commit b17ff68

Browse files
committed
test 2 procs
1 parent 4bb4f6d commit b17ff68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ golangci-lint:
143143
test -s $(LOCALBIN)/golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s $(GOLANGCI_LINT_VERSION)
144144
$(LOCALBIN)/golangci-lint run --fix
145145

146-
PROCS?=$(shell expr $(shell nproc --ignore 2) / 2)
146+
#PROCS?=$(shell expr $(shell nproc --ignore 2) / 2)
147+
PROCS?=2
147148
PROC_CMD = --procs ${PROCS}
148149

149150
.PHONY: test

0 commit comments

Comments
 (0)