ci: Run bench_bitcoin.exe --sanity-check in "Win64 native" task

Also a better name used for the script as it follows GNU's `make check`.
This commit is contained in:
Hennadii Stepanov 2022-10-03 00:23:33 +01:00
parent 93001b16a4
commit 91bee4d898
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -183,9 +183,9 @@ task:
- python build_msvc\msvc-autogen.py
- msbuild build_msvc\bitcoin.sln -property:CLToolExe=%WRAPPED_CL% -property:Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
- ccache --show-stats
unit_tests_script:
check_script:
- src\test_bitcoin.exe -l test_suite
- src\bench_bitcoin.exe > NUL
- src\bench_bitcoin.exe --sanity-check > NUL
- python test\util\test_runner.py
- python test\util\rpcauth-test.py
functional_tests_script: