ci: don't fail fast on the matrix

This commit is contained in:
Zach Daniel 2024-02-29 01:14:00 -05:00
parent 12994d41b7
commit 9e0b566293

View file

@ -9,6 +9,7 @@ on:
jobs: jobs:
ash-ci: ash-ci:
strategy: strategy:
fail-fast: false
matrix: matrix:
postgres-version: ["10", "12", "14", "16"] postgres-version: ["10", "12", "14", "16"]
uses: ash-project/ash/.github/workflows/ash-ci.yml@main uses: ash-project/ash/.github/workflows/ash-ci.yml@main