From 628dbd332a5a99bdbcc95e7bdc041eb89e32bf09 Mon Sep 17 00:00:00 2001 From: Aaron Blankstein Date: Wed, 25 Jan 2023 07:41:12 -0600 Subject: [PATCH] test: add trait_invocation_cross_epoch to testing matrix --- .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 b38014763..ad9e2c45a 100644 --- a/.github/workflows/bitcoin-tests.yml +++ b/.github/workflows/bitcoin-tests.yml @@ -94,6 +94,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::trait_invocation_cross_epoch - tests::neon_integrations::bad_microblock_pubkey steps: - uses: actions/checkout@v2