[CI] fail-fast: false
This commit is contained in:
parent
d949acb925
commit
2ff1f4228d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build_and_test.yml
vendored
1
.github/workflows/build_and_test.yml
vendored
|
@ -28,6 +28,7 @@ jobs:
|
||||||
name: Build and Test
|
name: Build and Test
|
||||||
needs: checkSource
|
needs: checkSource
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||||
memory-mapped: ["OFF", "ON"]
|
memory-mapped: ["OFF", "ON"]
|
||||||
|
|
Loading…
Reference in a new issue