File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,11 @@ jobs:
69
69
if [ "$MATRIX_RUST_VERSION" = "1.63.0" ]; then
70
70
cargo build --workspace --exclude 'example_*' --exclude 'bdk_electrum' ${{ matrix.features }}
71
71
# Run tests with --exclude patterns for electrs-dependent tests
72
- cargo test --workspace --exclude 'example_*' --exclude 'bdk_electrum' --exclude 'bdk_bitcoind_rpc' --exclude 'bdk_testenv' ${{ matrix.features }}
72
+ cargo test --workspace --exclude 'example_*' --exclude 'bdk_electrum' --exclude 'bdk_bitcoind_rpc' --exclude 'bdk_testenv' --exclude 'bdk_esplora' ${{ matrix.features }}
73
73
else
74
74
cargo build --workspace --exclude 'example_*' --exclude 'bdk_electrum' ${{ matrix.features }}
75
75
# Run tests with --exclude patterns for electrs-dependent tests
76
- cargo test --workspace --exclude 'example_*' --exclude 'bdk_electrum' --exclude 'bdk_bitcoind_rpc' --exclude 'bdk_testenv' ${{ matrix.features }}
76
+ cargo test --workspace --exclude 'example_*' --exclude 'bdk_electrum' --exclude 'bdk_bitcoind_rpc' --exclude 'bdk_testenv' --exclude 'bdk_esplora' ${{ matrix.features }}
77
77
fi
78
78
else
79
79
# On x86, run tests normally
You can’t perform that action at this time.
0 commit comments