fix: enable atlas test

This commit is contained in:
Ludo Galabru
2021-01-28 21:42:05 -05:00
parent d64fd6cd60
commit 2c0eb11ee0

View File

@@ -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