mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 19:37:27 -03:00
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:
parent
93001b16a4
commit
91bee4d898
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue