0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

build: fix typo

This commit is contained in:
Harris 2019-12-12 16:11:05 +01:00
parent cf2f439876
commit 5096baf26b
No known key found for this signature in database
GPG key ID: 262685BC78ED11FB

View file

@ -60,7 +60,7 @@ jobs:
run: C:/vcpkg/vcpkg.exe integrate install
- name: Build
run: msbuild build_msvc\bitcoin.sln /m /v:n /p:Configuration=Release
- name: Run test_bticoin
- name: Run test_bitcoin
shell: cmd
run: src\test_bitcoin.exe -k stdout -e stdout 2> NUL
- name: Run bench_bitcoin