We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30fefce commit 3bd5bf2Copy full SHA for 3bd5bf2
1 file changed
deisctl/Makefile
@@ -41,4 +41,5 @@ test-style:
41
$(GOLINT) ./...
42
43
test-unit:
44
- $(GOTEST) ./...
+# TODO: remove GOMAXPROCS=1 when concurrent stdout issues are fixed
45
+ GOMAXPROCS=1 $(GOTEST) ./...
0 commit comments