From 278bd50fb3fd06de1cdf214358388298078c4e9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Sat, 29 Apr 2023 02:36:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20test:=20level=204=20-=20split=20?= =?UTF-8?q?tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- test/.test_durations | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65843a8..0c22dbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - group: [1, 2, 3, 4] + group: [1, 2, 3, 4, 5] steps: - uses: actions/checkout@v2 - name: Set up Python 3.8 diff --git a/test/.test_durations b/test/.test_durations index 7a73a41..60a1a2c 100644 --- a/test/.test_durations +++ b/test/.test_durations @@ -1,2 +1,9 @@ { + "test/test_generator.py::test_generation_level_0": 100 + "test/test_generator.py::test_generation_level_1": 100 + "test/test_generator.py::test_generation_level_2": 100 + "test/test_generator.py::test_generation_level_3": 100 + "test/test_generator.py::test_generation_level_4": 100 + "test/test_hub.py::test_is_microservice_in_hub": 1 + "test/test_strings.py::test_clean_color_codes": 1 } \ No newline at end of file