From 3f704de3a8b6ba2f70797af1aaf6c366da81bfc1 Mon Sep 17 00:00:00 2001 From: Cyril Tovena Date: Thu, 16 May 2019 10:16:09 -0400 Subject: [PATCH] fixes test in circle ci getting OOMKilled (#593) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 206267221c3ea..cb060f57b03a2 100644 --- a/Makefile +++ b/Makefile @@ -177,7 +177,7 @@ check-generated-files: loki-build-image/$(UPTODATE) yacc protos @git diff-files || (echo "changed files; failing check" && exit 1) test: loki-build-image/$(UPTODATE) - go test ./... + go test -p=8 ./... shell: loki-build-image/$(UPTODATE) bash