Update build workflow to set fail-fast to false (#3887)
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
This commit is contained in:
parent
a8b72df614
commit
82941d6c79
|
|
@ -13,6 +13,7 @@ on:
|
|||
jobs:
|
||||
build-test:
|
||||
strategy:
|
||||
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
|
||||
matrix:
|
||||
os: [ windows-latest, ubuntu-latest ]
|
||||
version: [ net462, net6.0, net7.0 ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue