mirror of
https://github.com/tfausak/witch.git
synced 2024-11-26 09:43:03 +03:00
Don't fail fast
This commit is contained in:
parent
a583f3971a
commit
ff2d41a6da
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -12,6 +12,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- { os: ubuntu-20.04, ghc: 9.0.1, cabal: 3.4.0.0 }
|
- { os: ubuntu-20.04, ghc: 9.0.1, cabal: 3.4.0.0 }
|
||||||
|
Loading…
Reference in New Issue
Block a user