From 3d741db7fb4787093d9d883ada7e365e47a9e33a Mon Sep 17 00:00:00 2001 From: Pavitthra Pandurangan Date: Wed, 18 Jan 2023 17:32:06 -0500 Subject: [PATCH] added integration test to yml file --- .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 6879c3fee..c42ece0f1 100644 --- a/.github/workflows/bitcoin-tests.yml +++ b/.github/workflows/bitcoin-tests.yml @@ -47,6 +47,7 @@ jobs: - tests::neon_integrations::bitcoind_integration_test - tests::neon_integrations::liquid_ustx_integration - tests::neon_integrations::stx_transfer_btc_integration_test + - tests::neon_integrations::stx_delegate_btc_integration_test - tests::neon_integrations::bitcoind_forking_test - tests::neon_integrations::should_fix_2771 - tests::neon_integrations::pox_integration_test