From 29b7426c671c91b8567b038df30b9ae909ee838a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 17 Jun 2021 10:43:34 +0200 Subject: Speedup CI --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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: strategy: fail-fast: false matrix: - test_suite: [ misc, api-1, api-2, api-3, api-4, cli, lint, external-plugins ] + test_suite: [ client, api-1, api-2, api-3, api-4, cli-plugin, lint, external-plugins ] env: PGUSER: peertube -- cgit v1.2.3