From beb2e16ee00a22809d75a2c4e19e3ce6986a9991 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Thu, 20 Apr 2023 00:24:55 -0400 Subject: ci: Re-enable Ubuntu tests The Ubuntu tests were disabled in commit 40c3b4d4cfd747707bae1fe3953527dcff650213 because they were failing. They are working now. --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7df26a6a..8b7e4f51 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,6 +12,7 @@ jobs: fail-fast: false matrix: image: + - ubuntu:rolling - fedora:latest runs-on: ubuntu-latest -- cgit v1.2.1