Skip to content

Commit

Permalink
build: temporary Makefile fix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
refack authored and targos committed Oct 6, 2018
1 parent 5982e7a commit 47835e2
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 @@ -481,7 +481,7 @@ build-ci:
# - node-test-commit-linux-coverage: where the build and the tests need
# to be instrumented, see `coverage`.
run-ci: build-ci
$(MAKE) test-ci
$(MAKE) test-ci -j1

test-release: test-build
$(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER)
Expand Down

0 comments on commit 47835e2

Please sign in to comment.