Skip to content

Commit 7fc67db

Browse files
committed
add decomposition unittests to CI
1 parent 3c3b41f commit 7fc67db

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,12 @@ jobs:
103103
- name: Build MLIR lit target
104104
run: cmake --build build --config ${{ matrix.coverage && 'Debug' || 'Release' }} --target mqt-core-mlir-lit-test-build-only
105105

106-
- name: Build MLIR unittests
106+
- name: Build MLIR unittests (translation)
107107
run: cmake --build build --config ${{ matrix.coverage && 'Debug' || 'Release' }} --target mqt-core-mlir-translation-test
108108

109+
- name: Build MLIR unittests (decomposition)
110+
run: cmake --build build --config ${{ matrix.coverage && 'Debug' || 'Release' }} --target mqt-core-mlir-decomposition-test
111+
109112
# Test
110113
- name: Run lit tests
111114
run: cmake --build build --config ${{ matrix.coverage && 'Debug' || 'Release' }} --target mqt-core-mlir-lit-test

0 commit comments

Comments
 (0)