Skip to content

Commit dcdcdb3

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cont_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
# Run tests with --exclude patterns for electrs-dependent tests
7272
cargo test --workspace --exclude 'example_*' --exclude 'bdk_electrum' --exclude 'bdk_bitcoind_rpc' ${{ matrix.features }}
7373
else
74-
cargo build --workspace --exclude 'example_*' ${{ matrix.features }}
74+
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_bitcoind_rpc' ${{ matrix.features }}
76+
cargo test --workspace --exclude 'example_*' --exclude 'bdk_electrum' --exclude 'bdk_bitcoind_rpc' ${{ matrix.features }}
7777
fi
7878
else
7979
# On x86, run tests normally

0 commit comments

Comments
 (0)