Skip to content

Commit

Permalink
github CI: test x86 on Windows
Browse files Browse the repository at this point in the history
32-bit MSVC is available and should be tested.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Feb 26, 2023
1 parent 86151aa commit d30c534
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/on_PR_windows_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
cmake --install build
- name: Test
if: ${{matrix.platform == 'x64'}}
run: |
ctest --test-dir build --output-on-failure
Expand Down

0 comments on commit d30c534

Please sign in to comment.