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 3c3b41f commit 7fc67dbCopy full SHA for 7fc67db
1 file changed
.github/workflows/reusable-mlir-tests.yml
@@ -103,9 +103,12 @@ jobs:
103
- name: Build MLIR lit target
104
run: cmake --build build --config ${{ matrix.coverage && 'Debug' || 'Release' }} --target mqt-core-mlir-lit-test-build-only
105
106
- - name: Build MLIR unittests
+ - name: Build MLIR unittests (translation)
107
run: cmake --build build --config ${{ matrix.coverage && 'Debug' || 'Release' }} --target mqt-core-mlir-translation-test
108
109
+ - name: Build MLIR unittests (decomposition)
110
+ run: cmake --build build --config ${{ matrix.coverage && 'Debug' || 'Release' }} --target mqt-core-mlir-decomposition-test
111
+
112
# Test
113
- name: Run lit tests
114
run: cmake --build build --config ${{ matrix.coverage && 'Debug' || 'Release' }} --target mqt-core-mlir-lit-test
0 commit comments