diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-17 10:43:34 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-17 10:43:34 +0200 |
commit | 29b7426c671c91b8567b038df30b9ae909ee838a (patch) | |
tree | df0b8473eee01e60326f824b49307dbbe039f8a2 /.github/workflows/test.yml | |
parent | 609a444202b4cf97f962ed596aac4d0d7b7f63fe (diff) | |
download | PeerTube-29b7426c671c91b8567b038df30b9ae909ee838a.tar.gz PeerTube-29b7426c671c91b8567b038df30b9ae909ee838a.tar.zst PeerTube-29b7426c671c91b8567b038df30b9ae909ee838a.zip |
Speedup CI
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 2 |
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 |