Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Dec 16, 2024
1 parent 20a7117 commit 6e45b1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -945,11 +945,11 @@ jobs:
run: |
cd obj
cmake --build . --target check-clad -- -j4
- name: Test Clad on Windows
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' }}
run: |
cd obj
#cmake --build . --target check-clad
cmake --build . --target check-clad
- name: Benchmark Clad
if: ${{ matrix.benchmark }}
run: |
Expand Down

0 comments on commit 6e45b1a

Please sign in to comment.