From 2f6248b19592837fb856e073f3eecf0f949e88bc Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Wed, 16 Nov 2022 15:26:39 -0500 Subject: [PATCH] chore: add new integration 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 79a86531c..7d08d0aca 100644 --- a/.github/workflows/bitcoin-tests.yml +++ b/.github/workflows/bitcoin-tests.yml @@ -78,6 +78,7 @@ jobs: - tests::neon_integrations::test_problematic_blocks_are_not_relayed_or_stored - tests::neon_integrations::test_problematic_microblocks_are_not_mined - tests::neon_integrations::test_problematic_microblocks_are_not_relayed_or_stored + - tests::neon_integrations::bad_microblock_pubkey steps: - uses: actions/checkout@v2 - name: Download docker image