From 1026c57bc4657cb91e91f8b2b85b1b034ee262e4 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Fri, 15 May 2026 15:10:39 +0200 Subject: [PATCH] Enable CI checks for tests on fedora --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5cba7d..fc45413 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,5 +20,4 @@ jobs: - name: Test Debian run: .github/scripts/test-debian.sh - name: Test Fedora - continue-on-error: true # TODO: fix RPM release on scala-cli side run: .github/scripts/test-fedora.sh