Skip to content

Commit

Permalink
temprary fix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
refack committed Oct 4, 2018
1 parent 720c2b5 commit b65f4d2
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 b65f4d2

Please sign in to comment.