From c129310ecee0376108605f1a42addacf35ec3b0e Mon Sep 17 00:00:00 2001 From: Shengjing Zhu Date: Sun, 22 Nov 2020 01:14:45 +0800 Subject: [PATCH] Don't fail fast in integration matrix test Signed-off-by: Shengjing Zhu --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6002a068d..bae0e2678 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -229,6 +229,7 @@ jobs: needs: [project, linters, protos, man] strategy: + fail-fast: false matrix: runtime: [io.containerd.runtime.v1.linux, io.containerd.runc.v1, io.containerd.runc.v2] runc: [runc, crun]