aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-04-28 08:06:50 -0700
committerChris Robinson <[email protected]>2021-05-13 01:44:06 -0700
commit6aff0715a100ebabb5811615888519482575d090 (patch)
tree0937280769c6cda72c2f2d079816737c3e22117d /.github/workflows
parent44d58bc69ca8ffc1238e050bd9bb9d0f041c66d3 (diff)
Don't fail fast on github CI
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml1
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:
- {