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:
ash-ci:
strategy:
fail-fast: false
matrix:
postgres-version: ["10", "12", "14", "16"]
uses: ash-project/ash/.github/workflows/ash-ci.yml@main