diff options
-rw-r--r-- | .github/workflows/coverage.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 61ec9865..ee798ada 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -38,7 +38,8 @@ jobs: # Windows PyPy doesn't seem to work? - os: windows-latest python-version: "pypy3" - fail-fast: false + # If one job fails, stop the whole thing. + fail-fast: true steps: - name: "Check out the repo" |