From 2d5360f3740d3ad9921de2474ec75ab2aa7380d4 Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Wed, 24 Dec 2025 12:58:41 +0100 Subject: [PATCH] ci: try testing with sudo --- .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 245513a..df5bd12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,5 +30,5 @@ jobs: sudo apt-get update sudo apt-get install -y pristine-tar sbuild mmdebstrap util-linux dpkg-dev - name: Run tests - run: cargo test + run: sudo cargo test \ No newline at end of file