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 62aa605 commit 0c5e320Copy full SHA for 0c5e320
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
# General settings
64
cmake-args-macos: -DMQT_CORE_WITH_GMP=ON
65
66
- # run extensive cpp tests whenever this is on a PR and the PR has the `extensive-ci` label
+ # run extensive C++ tests whenever this is on a PR and the PR has the `extensive-cpp-ci` label
67
cpp-tests-extensive:
68
name: 🇨 Test (Extensive)
69
needs: change-detection
@@ -123,6 +123,7 @@ jobs:
123
if: fromJSON(needs.change-detection.outputs.run-cpp-linter)
124
uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-linter.yml@v1.6
125
126
+ # run extensive Python tests whenever this is on a PR and the PR has the `extensive-python-ci` label
127
python-tests:
128
name: 🐍 Test
129
0 commit comments