Skip to content

Commit 3ac8ca5

Browse files
committed
Stop running BITCOIND_EXE tests in actions
Now that we output to OUTDIR it is annoying to test this as you would have to separately download a binary to somewhere.
1 parent ae477a4 commit 3ac8ca5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ jobs:
3232
with:
3333
command: test
3434
args: --features ${{ matrix.feature }}
35-
- run: VERSION_WITH_UNDERSCORE=${{ matrix.feature }} && echo "BITCOIND_EXE=../../../.cargo/bitcoin/bitcoin-${VERSION_WITH_UNDERSCORE//_/.}/bin/bitcoind" >> $GITHUB_ENV
36-
- uses: actions-rs/cargo@v1
37-
with:
38-
command: test
39-
if: ${{ matrix.feature != '0_18_1' && matrix.feature != '0_18_0' && matrix.feature != '0_17_1' }}
4035

4136
cosmetics:
4237
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)