We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6cd81 commit 90c90ddCopy full SHA for 90c90dd
1 file changed
.github/workflows/ci.yml
@@ -944,11 +944,11 @@ jobs:
944
run: |
945
cd obj
946
cmake --build . --target check-clad -- -j4
947
- - name: Test Clad on Windows
948
- if: ${{ matrix.coverity == false && runner.os == 'windows' }}
+ - name: Test Clad on Windows (only on debug mode for now)
+ if: ${{ (matrix.debug_build == true) && runner.os == 'windows' }}
949
950
951
- #cmake --build . --target check-clad
+ cmake --build . --target check-clad
952
- name: Benchmark Clad
953
if: ${{ matrix.benchmark }}
954
0 commit comments