9645: internal: easier to skim CI logs r=matklad a=matklad

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2021-07-20 12:58:31 +00:00 committed by GitHub
commit 2211d2cece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: