Skip to content

Commit 5d56d28

Browse files
committed
⚗️ try extensive CI
Signed-off-by: burgholzer <[email protected]>
1 parent 1984ffb commit 5d56d28

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: 🇨‌ Test
2121
needs: change-detection
2222
if: fromJSON(needs.change-detection.outputs.run-cpp-tests)
23-
uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-ci.yml@v1.5
23+
uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-ci.yml@extensive-ci
2424
with:
2525
cmake-args: ""
2626
cmake-args-ubuntu: -G Ninja
@@ -37,10 +37,7 @@ jobs:
3737
name: 🐍 Test
3838
needs: change-detection
3939
if: fromJSON(needs.change-detection.outputs.run-python-tests)
40-
uses: cda-tum/mqt-workflows/.github/workflows/[email protected]
41-
with:
42-
# Runs all Python tests in separate jobs to maximize parallelism
43-
run-tests-individually: true
40+
uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-ci.yml@extensive-ci
4441

4542
code-ql:
4643
name: 📝 CodeQL

0 commit comments

Comments
 (0)