mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Dont fail all CI matrices if one fails
This commit is contained in:
parent
5d49cf463d
commit
821c66c5a2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
|||
ci:
|
||||
needs: ["fmt"]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- name: Windows x86_64
|
||||
|
|
Loading…
Reference in a new issue