diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-07 14:40:54 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-05-07 15:42:23 +0200 |
commit | d15aebf511f92d19d3ef9b196e54525ec6c3a4cd (patch) | |
tree | 30e4955d8c52f3345f90d3767546ffaca285ba50 | |
parent | 1ff9f1cda3f8283241776cd8344e6671742b25f7 (diff) | |
download | PeerTube-d15aebf511f92d19d3ef9b196e54525ec6c3a4cd.tar.gz PeerTube-d15aebf511f92d19d3ef9b196e54525ec6c3a4cd.tar.zst PeerTube-d15aebf511f92d19d3ef9b196e54525ec6c3a4cd.zip |
Run misc tests in parallel
-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 a0de62d91..f4a200a00 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh | |||
@@ -44,7 +44,7 @@ if [ "$1" = "misc" ]; then | |||
44 | pluginsFiles=$(findTestFiles server/tests/plugins) | 44 | pluginsFiles=$(findTestFiles server/tests/plugins) |
45 | miscFiles="server/tests/client.ts server/tests/misc-endpoints.ts" | 45 | miscFiles="server/tests/client.ts server/tests/misc-endpoints.ts" |
46 | 46 | ||
47 | TS_NODE_FILES=true runTest "$1" 1 $feedsFiles $helperFiles $pluginsFiles $miscFiles | 47 | MOCHA_PARALLEL=true TS_NODE_FILES=true runTest "$1" 2 $feedsFiles $helperFiles $pluginsFiles $miscFiles |
48 | elif [ "$1" = "cli" ]; then | 48 | elif [ "$1" = "cli" ]; then |
49 | npm run build:server | 49 | npm run build:server |
50 | npm run setup:cli | 50 | npm run setup:cli |