From 2a408a5236c88ed0e84a233190868b6690faefb4 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sat, 16 Sep 2023 16:07:57 -0400 Subject: [PATCH] ci: coverage for system ruby with package libraries --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0203838e5c..74e9666986 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: fail-fast: false matrix: image: ["ubuntu"] - sys: ["enable"] + sys: ["enable", "disable"] runs-on: ubuntu-latest container: image: ghcr.io/sparklemotion/nokogiri-test:${{matrix.image}}