From f9d2deae3a826b2f3fdcb6d0b29ef06f21a93c61 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 30 Jul 2020 16:58:32 +0200 Subject: Correctly test ldap --- scripts/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/ci.sh b/scripts/ci.sh index df9d6d2b2..c735c8d5c 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -65,7 +65,7 @@ elif [ "$1" = "api-3" ]; then videosFiles=$(findTestFiles server/tests/api/videos) - runTest 1 $videosFiles + MOCHA_PARALLEL=true runTest 2 $videosFiles elif [ "$1" = "api-4" ]; then npm run build:server -- cgit v1.2.3