From a8daae6b20477a8c0bcebbb42ad789f7319cedc5 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sat, 28 Mar 2026 10:12:01 +0100 Subject: [PATCH] test workflow: add integ-test to chain to stop early preventing resource consumtion --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 740ba86c..9566d06d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: test-python-32bit: name: Test Ubuntu:latest Python:32-bit - needs: [lint, test-ubuntu-python-newest] + needs: [lint, test-ubuntu-python-newest, integ-test] strategy: matrix: os: [ubuntu-latest]