Skip to content

Commit 90c90dd

Browse files
committed
Update ci.yml
1 parent dc6cd81 commit 90c90dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -944,11 +944,11 @@ jobs:
944944
run: |
945945
cd obj
946946
cmake --build . --target check-clad -- -j4
947-
- name: Test Clad on Windows
948-
if: ${{ matrix.coverity == false && runner.os == 'windows' }}
947+
- name: Test Clad on Windows (only on debug mode for now)
948+
if: ${{ (matrix.debug_build == true) && runner.os == 'windows' }}
949949
run: |
950950
cd obj
951-
#cmake --build . --target check-clad
951+
cmake --build . --target check-clad
952952
- name: Benchmark Clad
953953
if: ${{ matrix.benchmark }}
954954
run: |

0 commit comments

Comments
 (0)