Skip to content

Commit 9206426

Browse files
committed
Also run the new pipeline tests
1 parent 90538f2 commit 9206426

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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-unittests
108108

109109
# Test
110110
- name: Run lit tests

mlir/unittests/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@
88

99
add_subdirectory(translation)
1010
add_subdirectory(pipeline)
11+
12+
add_custom_target(mqt-core-mlir-unittests)
13+
14+
add_dependencies(mqt-core-mlir-unittests mqt-core-mlir-translation-test
15+
mqt-core-mlir-compiler-pipeline-test)

0 commit comments

Comments
 (0)