We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bench_bitcoin.exe --sanity-check
1 parent 93001b1 commit 91bee4dCopy full SHA for 91bee4d
.cirrus.yml
@@ -183,9 +183,9 @@ task:
183
- python build_msvc\msvc-autogen.py
184
- msbuild build_msvc\bitcoin.sln -property:CLToolExe=%WRAPPED_CL% -property:Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
185
- ccache --show-stats
186
- unit_tests_script:
+ check_script:
187
- src\test_bitcoin.exe -l test_suite
188
- - src\bench_bitcoin.exe > NUL
+ - src\bench_bitcoin.exe --sanity-check > NUL
189
- python test\util\test_runner.py
190
- python test\util\rpcauth-test.py
191
functional_tests_script:
0 commit comments