From fc9f6eac49ed2c2da3f5f1a0a482798f1a59a66a Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Wed, 12 Mar 2025 20:00:36 +0200 Subject: [PATCH] WIP: Sample a few of the tests to make things go quicker --- .github/workflows/large-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/large-tests.yml b/.github/workflows/large-tests.yml index 97d2451..42014f9 100644 --- a/.github/workflows/large-tests.yml +++ b/.github/workflows/large-tests.yml @@ -85,7 +85,7 @@ jobs: - name: Run large tests continue-on-error: true # we expect test failures run: |- - export TEST_GROUP_COUNT=20 + export TEST_GROUP_COUNT=2000 export TEST_GROUP=${{ matrix.group }} poetry run make test-large