diff options
| author | Harris <[email protected]> | 2019-12-12 16:11:05 +0100 |
|---|---|---|
| committer | Harris <[email protected]> | 2019-12-12 16:11:05 +0100 |
| commit | 5096baf26b53db7fff9f4f61553ee225bc128d34 (patch) | |
| tree | 386e866806f5a39b394206cacd8aaeeadf7dc513 | |
| parent | Merge #17687: cli: fix Fatal LevelDB error when specifying -blockfilterindex=... (diff) | |
| download | discoin-5096baf26b53db7fff9f4f61553ee225bc128d34.tar.xz discoin-5096baf26b53db7fff9f4f61553ee225bc128d34.zip | |
build: fix typo
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9756ebba1..dd1003d8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 |