Do not stop other checks if one check fails (#4205)

This commit is contained in:
Sebastian Rittau
2020-06-08 16:25:52 +02:00
committed by GitHub
parent f2f65bcf8d
commit 3d84c52a4c

View File

@@ -11,6 +11,7 @@ jobs:
matrix:
os: ["ubuntu-latest", "windows-latest"]
python-version: [3.5, 3.6, 3.7, 3.8]
fail-fast: false
steps:
- uses: actions/checkout@v2