aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-06-17 10:43:34 +0200
committerChocobozzz <me@florianbigard.com>2021-06-17 10:43:34 +0200
commit29b7426c671c91b8567b038df30b9ae909ee838a (patch)
treedf0b8473eee01e60326f824b49307dbbe039f8a2 /.github/workflows
parent609a444202b4cf97f962ed596aac4d0d7b7f63fe (diff)
downloadPeerTube-29b7426c671c91b8567b038df30b9ae909ee838a.tar.gz
PeerTube-29b7426c671c91b8567b038df30b9ae909ee838a.tar.zst
PeerTube-29b7426c671c91b8567b038df30b9ae909ee838a.zip
Speedup CI
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a1edde1ef..46b243244 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39 strategy: 39 strategy:
40 fail-fast: false 40 fail-fast: false
41 matrix: 41 matrix:
42 test_suite: [ misc, api-1, api-2, api-3, api-4, cli, lint, external-plugins ] 42 test_suite: [ client, api-1, api-2, api-3, api-4, cli-plugin, lint, external-plugins ]
43 43
44 env: 44 env:
45 PGUSER: peertube 45 PGUSER: peertube