Compare commits

...

1 Commits

Author SHA1 Message Date
2d5360f374 ci: try testing with sudo
Some checks failed
CI / build (pull_request) Failing after 1m21s
2025-12-24 12:58:41 +01:00

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