mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
internal: easier to skim CI logs
This commit is contained in:
parent
9c986069ba
commit
ab6efb32a3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
||||||
run: cargo test --no-run --locked
|
run: cargo test --no-run --locked
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: cargo test -- --nocapture
|
run: cargo test -- --nocapture --quiet
|
||||||
|
|
||||||
# Weird targets to catch non-portable code
|
# Weird targets to catch non-portable code
|
||||||
rust-cross:
|
rust-cross:
|
||||||
|
|
Loading…
Reference in a new issue