Don't fail fast in integration matrix test
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -229,6 +229,7 @@ jobs:
|
|||||||
needs: [project, linters, protos, man]
|
needs: [project, linters, protos, man]
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
runtime: [io.containerd.runtime.v1.linux, io.containerd.runc.v1, io.containerd.runc.v2]
|
runtime: [io.containerd.runtime.v1.linux, io.containerd.runc.v1, io.containerd.runc.v2]
|
||||||
runc: [runc, crun]
|
runc: [runc, crun]
|
||||||
|
|||||||
Reference in New Issue
Block a user