From fe88c3f7f1b1603fa3fc621f56ba39a1eb0afba0 Mon Sep 17 00:00:00 2001 From: Laszlo Gombos Date: Sat, 12 Nov 2022 03:10:53 +0000 Subject: [PATCH] ci: add tests 50,51,62 to the integration test suite Test 50,51 tests root filesystem on NFS with multiple nics. Test 62 tests skipcpio. --- .github/workflows/integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 1d37ba6c3a..9d7c0aea41 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -65,6 +65,9 @@ jobs: "36", "40", "41", + "50", + "51", + "62", "98", ] fail-fast: false