We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae477a4 commit 3ac8ca5Copy full SHA for 3ac8ca5
.github/workflows/test.yml
@@ -32,11 +32,6 @@ jobs:
32
with:
33
command: test
34
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' }}
40
41
cosmetics:
42
runs-on: ubuntu-20.04
0 commit comments