test workflow: add integ-test to chain to stop early preventing resource consumtion

This commit is contained in:
Peter Bieringer
2026-03-28 10:12:01 +01:00
parent 9069626f1a
commit a8daae6b20

View File

@@ -23,7 +23,7 @@ jobs:
test-python-32bit: test-python-32bit:
name: Test Ubuntu:latest Python:32-bit name: Test Ubuntu:latest Python:32-bit
needs: [lint, test-ubuntu-python-newest] needs: [lint, test-ubuntu-python-newest, integ-test]
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]