Don't fail fast for integration tests

pull/6528/head
Mark McDowall 1 year ago committed by Mark McDowall
parent 0242b40eda
commit f10ccf587d

@ -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:

Loading…
Cancel
Save