mirror of https://github.com/openssl/openssl.git
disable memfail test on windows plain
The plain windows test builds with crypto-mdebug, so it attempts to run the memfail test. However, its not built with asan, and it runs really slowly, so it doesn't add much value. Disable it.
This commit is contained in:
parent
63b2a20dd5
commit
fbd6b4f254
|
@ -136,7 +136,7 @@ jobs:
|
|||
shell: cmd
|
||||
run: |
|
||||
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||
nmake test VERBOSE_FAILURE=yes HARNESS_JOBS=4
|
||||
nmake test TESTS="-test_handshake-memfail" VERBOSE_FAILURE=yes HARNESS_JOBS=4
|
||||
|
||||
minimal:
|
||||
runs-on: windows-2022
|
||||
|
|
Loading…
Reference in New Issue