diff options
author | Chocobozzz <me@florianbigard.com> | 2020-07-30 16:58:32 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-07-31 11:32:04 +0200 |
commit | f9d2deae3a826b2f3fdcb6d0b29ef06f21a93c61 (patch) | |
tree | e1c1cdb0efaf123f0213b9695740933d4cd3869c /scripts/ci.sh | |
parent | a613eea4c3987f5a2fba729a24ecaf2373624194 (diff) | |
download | PeerTube-f9d2deae3a826b2f3fdcb6d0b29ef06f21a93c61.tar.gz PeerTube-f9d2deae3a826b2f3fdcb6d0b29ef06f21a93c61.tar.zst PeerTube-f9d2deae3a826b2f3fdcb6d0b29ef06f21a93c61.zip |
Correctly test ldap
Diffstat (limited to 'scripts/ci.sh')
-rwxr-xr-x | scripts/ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
65 | 65 | ||
66 | videosFiles=$(findTestFiles server/tests/api/videos) | 66 | videosFiles=$(findTestFiles server/tests/api/videos) |
67 | 67 | ||
68 | runTest 1 $videosFiles | 68 | MOCHA_PARALLEL=true runTest 2 $videosFiles |
69 | elif [ "$1" = "api-4" ]; then | 69 | elif [ "$1" = "api-4" ]; then |
70 | npm run build:server | 70 | npm run build:server |
71 | 71 | ||