Do not fail fast in CI

This commit is contained in:
Stephan Seitz 2021-03-15 20:52:42 +01:00 committed by Kiyan
parent ec30cf1641
commit f0b9b3b8ac

View file

@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
check_compilation_unix_like:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
cc: [ gcc, clang ]