mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
Merge #17735: ci: fix typo
5096baf26b
build: fix typo (Harris) Pull request description: This PR fixes a typo in .github/workflows/ci.yml. test_bticoin => test_bitcoin. ACKs for top commit: practicalswift: ACK5096baf26b
Tree-SHA512: 478fb906adad493ae75872157d269e5060002878784968cfa44b23973b6fccb30cd643728d081a9ed20cff652a8784a33bc281ca5804935ed3c918200190cc9e
This commit is contained in:
commit
54e11a39e1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue