diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 245513a..de11c7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: run: | sudo apt-get update sudo apt-get install -y pristine-tar sbuild mmdebstrap util-linux dpkg-dev - - name: Run tests - run: cargo test - \ No newline at end of file + - name: Run tests with verbose logging + env: + RUST_LOG: debug + run: timeout 30m cargo test -- --nocapture