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