Skip to content

Commit

Permalink
test: Continue to coverage if external tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed May 31, 2022
1 parent 999e10b commit 94c2602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
tests:
name: Test on ${{ matrix.python-version }} (${{ matrix.tox-env }}${{ matrix.external && ', external' || '' }}) / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
continue-on-error: false
continue-on-error: ${{ matrix.external }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 94c2602

Please sign in to comment.