We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c04fc58 + 3bd5bf2 commit 4efdc61Copy full SHA for 4efdc61
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