summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZakariyya Mughal <zaki.mughal@gmail.com>2022-03-08 13:35:49 -0500
committerZakariyya Mughal <zaki.mughal@gmail.com>2022-03-15 18:29:29 -0400
commitcde9bd34e2ff97e7e22f4e514c150e9b61c01afc (patch)
tree7d53904140f2c07d8e58327079e2c16d162ce602
parent5c3dc7ad3f20e6d167ae4715c558775aa49d40d3 (diff)
GHA: disable fail-fast
This allows for some jobs to fail without cancelling the whole workflow.
-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 c1139c2..fcaf231 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,6 +28,7 @@ jobs:
needs: dist
runs-on: ${{ matrix.os }}
strategy:
+ fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
perl: ['5']