Merge branch 'feat/miner-rate-eval' into feat/fee-rate-rpc

This commit is contained in:
Aaron Blankstein
2021-10-18 08:38:35 -05:00
7 changed files with 112 additions and 51 deletions

View File

@@ -27,6 +27,7 @@ jobs:
needs:
- build-integration-image
strategy:
fail-fast: false
matrix:
test-name:
- tests::neon_integrations::microblock_integration_test
@@ -64,12 +65,12 @@ jobs:
TEST_NAME: ${{ matrix.test-name }}
run: docker build --build-arg test_name=${{ matrix.test-name }} -f ./.github/actions/bitcoin-int-tests/Dockerfile.bitcoin-tests .
atlas-test:
# disable this job/test for now, as the atlas endpoints are currently disabled.
if: ${{ true }}
runs-on: ubuntu-latest
needs:
- build-integration-image
strategy:
fail-fast: false
matrix:
test-name:
- tests::neon_integrations::atlas_integration_test