Skip to content

Commit

Permalink
tests: Run all tests to the end even if one fails
Browse files Browse the repository at this point in the history
Gives more useful information in case the code is incompatible with only
some versions of QGIS.
  • Loading branch information
l0b0 committed May 21, 2021
1 parent c713831 commit 037e8c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
name: test
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
qgis:
- latest
Expand Down

0 comments on commit 037e8c3

Please sign in to comment.