don't fail fast
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user