Skip to content

Commit 0d43836

Browse files
committed
💚 actually build compiler pipeline tests in CI
Signed-off-by: burgholzer <burgholzer@me.com>
1 parent 28636e9 commit 0d43836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-mlir-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: cmake --build build --config ${{ matrix.coverage && 'Debug' || 'Release' }} --target mqt-core-mlir-lit-test-build-only
105105

106106
- name: Build MLIR unittests
107-
run: cmake --build build --config ${{ matrix.coverage && 'Debug' || 'Release' }} --target mqt-core-mlir-translation-test
107+
run: cmake --build build --config ${{ matrix.coverage && 'Debug' || 'Release' }} --target mqt-core-mlir-translation-test mqt-core-mlir-compiler-pipeline-test
108108

109109
# Test
110110
- name: Run lit tests

0 commit comments

Comments
 (0)