Skip to content

Commit

Permalink
fixes test in circle ci getting OOMKilled (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyriltovena authored and gouthamve committed May 16, 2019
1 parent f5c8b22 commit 3f704de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f704de

Please sign in to comment.