File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 20
20
- uses : Swatinem/rust-cache@v1.2.0
21
21
with :
22
22
key : ${{ matrix.feature }}${{ matrix.os }}
23
+ if : ${{ matrix.os != 'macos-10.15' }} # issue with hard-links on mac
23
24
- uses : actions-rs/toolchain@v1
24
25
with :
25
26
toolchain : stable
@@ -28,11 +29,18 @@ jobs:
28
29
with :
29
30
command : test
30
31
args : --features ${{ matrix.feature }}
32
+ - run : echo "BITCOIND_EXE=$(find ./target/debug -name bitcoind)" >> $GITHUB_ENV
33
+ - uses : actions-rs/cargo@v1
34
+ with :
35
+ command : test
36
+ if : ${{ matrix.feature != '0_18_1' && matrix.feature != '0_18_0' && matrix.feature != '0_17_1' }} # would fail `test_multi_wallet`
37
+
31
38
32
39
cosmetics :
33
40
runs-on : ubuntu-20.04
34
41
steps :
35
42
- uses : actions/checkout@v2
43
+ - uses : Swatinem/rust-cache@v1.2.0
36
44
- uses : actions-rs/toolchain@v1
37
45
with :
38
46
toolchain : stable
You can’t perform that action at this time.
0 commit comments