We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1984ffb commit 5d56d28Copy full SHA for 5d56d28
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
name: 🇨 Test
21
needs: change-detection
22
if: fromJSON(needs.change-detection.outputs.run-cpp-tests)
23
- uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-ci.yml@v1.5
+ uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-ci.yml@extensive-ci
24
with:
25
cmake-args: ""
26
cmake-args-ubuntu: -G Ninja
@@ -37,10 +37,7 @@ jobs:
37
name: 🐍 Test
38
39
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
+ uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-ci.yml@extensive-ci
44
45
code-ql:
46
name: 📝 CodeQL
0 commit comments