.github/workflows/ci.yml: don't fail fast

This commit is contained in:
Vaibhav Sagar 2021-11-11 02:46:27 +11:00
parent c60da6032d
commit 82870a40e8

View File

@ -32,9 +32,9 @@ on:
jobs:
linux:
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
versions:
- stack-yaml: 'stack-8.0.yaml'