diff --git a/.github/workflows/bitcoin-tests.yml b/.github/workflows/bitcoin-tests.yml index 04ef7a7f4..9e2aca0a5 100644 --- a/.github/workflows/bitcoin-tests.yml +++ b/.github/workflows/bitcoin-tests.yml @@ -16,9 +16,6 @@ jobs: DOCKER_BUILDKIT: 1 run: docker build -f ./.github/actions/bitcoin-int-tests/Dockerfile.bitcoin-tests . atlas-test: - # disable this job/test for now, since we haven't seen this pass - # on github actions in a while - if: ${{ false }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v2