mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-14 10:44:28 +00:00
disable fail-fast to test all options even if one fails
This commit is contained in:
parent
eb96ae17f1
commit
4d41ebfade
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -11,6 +11,7 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: ["ubuntu-latest", "macos-latest", "windows-latest"]
|
||||
numpy-version: ["<2.0.0", ">=2.0.0"]
|
||||
|
|
Loading…
Reference in a new issue