Don't fail fast for integration tests

pull/6528/head
Mark McDowall 3 months ago committed by Mark McDowall
parent 0242b40eda
commit f10ccf587d

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

Loading…
Cancel
Save