disable fail-fast for tests job

This commit is contained in:
Moritz Raabe
2020-11-09 13:22:23 +01:00
parent 7d4888bb77
commit 75defc13a0

View File

@@ -45,6 +45,7 @@ jobs:
runs-on: ubuntu-latest
needs: [code_style, rule_linter]
strategy:
fail-fast: false
matrix:
include:
- python: 2.7