From a482b493d9e069c7e4fa15df23d1eb499a8d265b Mon Sep 17 00:00:00 2001 From: Brice Dobry Date: Thu, 19 Dec 2024 20:40:24 -0500 Subject: [PATCH] test: fix bitcoin test yaml --- .github/workflows/bitcoin-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bitcoin-tests.yml b/.github/workflows/bitcoin-tests.yml index 5ae22b272e..e2815aa505 100644 --- a/.github/workflows/bitcoin-tests.yml +++ b/.github/workflows/bitcoin-tests.yml @@ -89,7 +89,8 @@ jobs: - tests::nakamoto_integrations::miner_writes_proposed_block_to_stackerdb - tests::nakamoto_integrations::correct_burn_outs - tests::nakamoto_integrations::vote_for_aggregate_key_burn_op - - tests::nakamoto_integrations::follower_bootup + - tests::nakamoto_integrations::follower_bootup_simple + - tests::nakamoto_integrations::follower_bootup_custom_chain_id - tests::nakamoto_integrations::forked_tenure_is_ignored - tests::nakamoto_integrations::nakamoto_attempt_time - tests::nakamoto_integrations::skip_mining_long_tx