Skip to content

Commit 9686626

Browse files
committed
ci: 👷 build only quantum-opt
(still WIP)
1 parent e8ef7f9 commit 9686626

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_mlir.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
-DLLVM_EXTERNAL_LIT=${{ github.workspace }}\.venv\Scripts\lit.exe
181181
182182
# build the project and run the tests
183-
#- name: Build MLIR components and directly run lit tests
184-
# run: |
185-
# cmake --build build --config Release --target quantum-opt
183+
- name: Build MLIR components and directly run lit tests
184+
run: |
185+
cmake --build build --config Release --target quantum-opt
186186
# cmake --build build --config Release --target check-quantum-opt

0 commit comments

Comments
 (0)