Skip to content

Commit e253722

Browse files
Add ubuntu-24.04-arm runner to CI
workflows
1 parent dcdcdb3 commit e253722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cont_integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ jobs:
6969
if [ "$MATRIX_RUST_VERSION" = "1.63.0" ]; then
7070
cargo build --workspace --exclude 'example_*' --exclude 'bdk_electrum' ${{ matrix.features }}
7171
# Run tests with --exclude patterns for electrs-dependent tests
72-
cargo test --workspace --exclude 'example_*' --exclude 'bdk_electrum' --exclude 'bdk_bitcoind_rpc' ${{ matrix.features }}
72+
cargo test --workspace --exclude 'example_*' --exclude 'bdk_electrum' --exclude 'bdk_bitcoind_rpc' --exclude 'bdk_testenv' ${{ matrix.features }}
7373
else
7474
cargo build --workspace --exclude 'example_*' --exclude 'bdk_electrum' ${{ matrix.features }}
7575
# Run tests with --exclude patterns for electrs-dependent tests
76-
cargo test --workspace --exclude 'example_*' --exclude 'bdk_electrum' --exclude 'bdk_bitcoind_rpc' ${{ matrix.features }}
76+
cargo test --workspace --exclude 'example_*' --exclude 'bdk_electrum' --exclude 'bdk_bitcoind_rpc' --exclude 'bdk_testenv' ${{ matrix.features }}
7777
fi
7878
else
7979
# On x86, run tests normally

0 commit comments

Comments
 (0)