diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3e20029d..4a23f6fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -name: lint +name: CI on: [push] @@ -23,6 +23,7 @@ jobs: tests: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: name: - gauge @@ -61,6 +62,8 @@ jobs: poetry install --no-interaction --without dev - name: Run Tests + env: + WEB3_PROVIDER_URL: ${{ secrets.WEB3_PROVIDER_URL }} run: | source .venv/bin/activate pytest -n auto ${{ matrix.tests }}