don't fail fast

This commit is contained in:
2023-04-29 14:16:12 -06:00
parent fb27fcf77c
commit a1e4b61743

View File

@@ -5,7 +5,7 @@ on: [push, pull_request]
jobs: jobs:
test-core: test-core:
strategy: strategy:
# fail-fast: true fail-fast: false
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
haxe-version: [4.3.0] haxe-version: [4.3.0]