From ab6efb32a34c4c6af2a72dcab49e5413ac9df1b7 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 20 Jul 2021 15:55:44 +0300 Subject: [PATCH] internal: easier to skim CI logs --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 222676d5e1a..ee83f782f40 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: