diff options
author | Chris Robinson <[email protected]> | 2021-04-28 08:06:50 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-05-13 01:44:06 -0700 |
commit | 6aff0715a100ebabb5811615888519482575d090 (patch) | |
tree | 0937280769c6cda72c2f2d079816737c3e22117d /.github/workflows | |
parent | 44d58bc69ca8ffc1238e050bd9bb9d0f041c66d3 (diff) |
Don't fail fast on github CI
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c32fffe..7f044ffd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ jobs: name: ${{matrix.config.name}} runs-on: ${{matrix.config.os}} strategy: + fail-fast: false matrix: config: - { |