ci: don't fail fast to get status overview

This commit is contained in:
Christian Nicolai 2021-03-20 16:26:10 +01:00 committed by GitHub
parent 6df7edf079
commit 9d88df942a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -12,8 +12,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
python-version:
- '2.7'