fix debug config when running test on MSVC

This commit is contained in:
Alfi Maulana 2023-01-22 13:45:46 +07:00
parent 354c02b686
commit ac31ad47de
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -56,7 +56,7 @@ jobs:
c-flags: ${{ matrix.compiler == 'msvc' && '/w /WX-' || '-Wno-unused-variable' }}
cxx-flags: ${{ matrix.compiler == 'msvc' && '/w /WX-' || '-Wno-unused-variable' }}
args: -D CHECK_SURPASS_WARNING=ON
test-args: -R test
test-args: -R test ${{ matrix.compiler == 'msvc' && '-C Debug' || '' }}
specified-compiler-usage:
runs-on: ${{ matrix.os }}-latest