From b275ce77ead50c007fa61ebfc704f0af12a51828 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Mon, 12 Feb 2024 19:56:42 +0100 Subject: [PATCH] Revert "ci: skip unit tests on Debian testing for now" This reverts commit 3a595a6eada385fe77e6187319668966ffe90115. --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 84a30f5..ca8aa22 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,6 +40,7 @@ jobs: container: - debian:bullseye-slim - debian:bookworm-slim + - debian:testing-slim - debian:unstable-slim - ubuntu:jammy - ubuntu:mantic