Skip to content

Commit 54e11a3

Browse files
author
MarcoFalke
committed
Merge #17735: ci: fix typo
5096baf 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: ACK 5096baf Tree-SHA512: 478fb906adad493ae75872157d269e5060002878784968cfa44b23973b6fccb30cd643728d081a9ed20cff652a8784a33bc281ca5804935ed3c918200190cc9e
2 parents cf2f439 + 5096baf commit 54e11a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: C:/vcpkg/vcpkg.exe integrate install
6161
- name: Build
6262
run: msbuild build_msvc\bitcoin.sln /m /v:n /p:Configuration=Release
63-
- name: Run test_bticoin
63+
- name: Run test_bitcoin
6464
shell: cmd
6565
run: src\test_bitcoin.exe -k stdout -e stdout 2> NUL
6666
- name: Run bench_bitcoin

0 commit comments

Comments
 (0)