mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
disable fail fast
This commit is contained in:
parent
2d3b4a08eb
commit
aed102ce8e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -11,6 +11,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue