Skip to content

Commit 2211d2c

Browse files
bors[bot]matklad
andauthored
Merge #9645
9645: internal: easier to skim CI logs r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
2 parents 9c98606 + ab6efb3 commit 2211d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: cargo test --no-run --locked
5858

5959
- name: Test
60-
run: cargo test -- --nocapture
60+
run: cargo test -- --nocapture --quiet
6161

6262
# Weird targets to catch non-portable code
6363
rust-cross:

0 commit comments

Comments
 (0)