diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 222676d5e1..ee83f782f4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,7 +57,7 @@ jobs: run: cargo test --no-run --locked - name: Test - run: cargo test -- --nocapture + run: cargo test -- --nocapture --quiet # Weird targets to catch non-portable code rust-cross: