ci: try testing with sudo
Some checks failed
CI / build (pull_request) Failing after 1m21s

This commit is contained in:
2025-12-24 12:58:41 +01:00
parent 6ed59836bc
commit 2d5360f374

View File

@@ -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