Skip to content

Commit

Permalink
Remove 'if' lines (will break CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Nov 3, 2023
1 parent aee9d63 commit 75b1455
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,10 @@ jobs:
cmake --build "${{ env.BUILD_DIR }}"
- name: Unit Test (non-Windows)
if: matrix.os != "windows-latest"
run: |
cmake --build "${{ env.BUILD_DIR }}" --target test
- name: Unit Test (Windows)
if: matrix.os != "windows-latest"
run: |
cmake --build "${{ env.BUILD_DIR }}" --target RUN_TESTS
Expand Down

0 comments on commit 75b1455

Please sign in to comment.