From db1c3087b5d506d16064c0750b0568976313e541 Mon Sep 17 00:00:00 2001 From: Roy Ronalds Date: Sun, 31 Dec 2017 16:51:54 -0500 Subject: [PATCH] Makefile: Exclude make-js since js tests are run separately. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed8b0b2f5..deff974d5 100644 --- a/Makefile +++ b/Makefile @@ -233,4 +233,4 @@ python-install: ci: ci-pre-configure build python-install test-unit db-init db db-fixtures -ci-test: pre-test test-main test-cron-run test-ratchets test-js post-test +ci-test: pre-test test-main test-cron-run test-ratchets post-test