rustup-dl-debug #16

Closed
leon wants to merge 26 commits from rustup-dl-debug into main
Showing only changes of commit 123815e0ee - Show all commits

View File

@ -62,7 +62,7 @@ steps:
commands: commands:
- rustc --version - rustc --version
- cargo --version - cargo --version
- sleep 1h - sleep 30m
- rustup component add clippy - rustup component add clippy
- cargo clippy --verbose --all - cargo clippy --verbose --all
@ -71,7 +71,7 @@ steps:
commands: commands:
- rustc --version - rustc --version
- cargo --version - cargo --version
- sleep 1h - sleep 30m
- rustup component add rustfmt - rustup component add rustfmt
- cargo fmt --verbose --all --check - cargo fmt --verbose --all --check