From 6c8845ea7fa95cc43cd61aa7f14b136cec65c982 Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Tue, 31 Jan 2023 18:15:35 -0500 Subject: [PATCH] fix: add new test to CI --- .github/workflows/bitcoin-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bitcoin-tests.yml b/.github/workflows/bitcoin-tests.yml index 25f453753..3212ef7ba 100644 --- a/.github/workflows/bitcoin-tests.yml +++ b/.github/workflows/bitcoin-tests.yml @@ -95,6 +95,7 @@ jobs: - tests::epoch_21::test_pox_reorg_flap_reward_cycles - tests::epoch_21::test_pox_missing_five_anchor_blocks - tests::epoch_21::test_sortition_divergence_pre_21 + - tests::epoch_21::test_v1_unlock_height_with_current_stackers - tests::neon_integrations::bad_microblock_pubkey steps: - uses: actions/checkout@v2