chore: no fail-fast for CI builds

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2023-12-22 01:01:18 -05:00
parent b616c0b741
commit 194ee8263d
No known key found for this signature in database
GPG Key ID: 6577287BDCA70840

View File

@ -14,6 +14,7 @@ jobs:
test: test:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false
matrix: matrix:
os: os:
- 'ubuntu-22.04' - 'ubuntu-22.04'