Don't fail fast for integration tests

This commit is contained in:
Mark McDowall 2024-02-19 11:42:54 -08:00 committed by Mark McDowall
parent 0242b40eda
commit f10ccf587d
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ jobs:
integration_test: integration_test:
needs: backend needs: backend
strategy: strategy:
fail-fast: false
matrix: matrix:
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
include: include: