Skip to content

Commit 4efdc61

Browse files
committed
Merge pull request #4335 from mboersma/more-go-1.5-hacks
fix(deisctl): avoid stdout issues in tests
2 parents c04fc58 + 3bd5bf2 commit 4efdc61

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

deisctl/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ test-style:
4141
$(GOLINT) ./...
4242

4343
test-unit:
44-
$(GOTEST) ./...
44+
# TODO: remove GOMAXPROCS=1 when concurrent stdout issues are fixed
45+
GOMAXPROCS=1 $(GOTEST) ./...

0 commit comments

Comments
 (0)