From bdeb2c040ee76293e617bf49b2944bec9d5575f8 Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Wed, 1 Feb 2023 14:08:38 -0500 Subject: [PATCH] fix: run new test in 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 3212ef7ba..33d9f9bd3 100644 --- a/.github/workflows/bitcoin-tests.yml +++ b/.github/workflows/bitcoin-tests.yml @@ -96,6 +96,7 @@ jobs: - 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::epoch_21::test_v1_unlock_height_with_delay_and_current_stackers - tests::neon_integrations::bad_microblock_pubkey steps: - uses: actions/checkout@v2