Skip to content

Commit 91bee4d

Browse files
committed
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`.
1 parent 93001b1 commit 91bee4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ task:
183183
- python build_msvc\msvc-autogen.py
184184
- msbuild build_msvc\bitcoin.sln -property:CLToolExe=%WRAPPED_CL% -property:Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
185185
- ccache --show-stats
186-
unit_tests_script:
186+
check_script:
187187
- src\test_bitcoin.exe -l test_suite
188-
- src\bench_bitcoin.exe > NUL
188+
- src\bench_bitcoin.exe --sanity-check > NUL
189189
- python test\util\test_runner.py
190190
- python test\util\rpcauth-test.py
191191
functional_tests_script:

0 commit comments

Comments
 (0)