From 65dcc53d042199fe80dc0a1276ba669594146030 Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Mon, 27 Jun 2022 13:39:48 -0400 Subject: [PATCH] chore: run new integration test to make sure pay-to-contract activates --- .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 91f7c86f5..30fd91d99 100644 --- a/.github/workflows/bitcoin-tests.yml +++ b/.github/workflows/bitcoin-tests.yml @@ -75,6 +75,7 @@ jobs: - tests::epoch_21::transition_fixes_utxo_chaining - tests::epoch_21::transition_adds_burn_block_height - tests::epoch_21::transition_fixes_bitcoin_rigidity + - tests::epoch_21::transition_adds_pay_to_contract steps: - uses: actions/checkout@v2 - name: Download docker image