Skip to content

Commit

Permalink
make visual test harsher
Browse files Browse the repository at this point in the history
will error out on warnings
  • Loading branch information
Cyan4973 committed Aug 6, 2024
1 parent 062f944 commit 46e863e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ jobs:
cd cmake_unofficial
mkdir build-visual-dispatch
cd build-visual-dispatch
cmake .. -DCMAKE_BUILD_TYPE=Release -DDISPATCH=ON -A x64
cmake .. -DCMAKE_BUILD_TYPE=Release -DDISPATCH=ON -A x64 -DCMAKE_C_FLAGS="/WX"
cmake --build . --config Release
- name: Runtime Test (DISPATCH)
Expand Down

0 comments on commit 46e863e

Please sign in to comment.