mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
process: ci: enable clippy checks as part of the build
This commit is contained in:
@@ -7,9 +7,11 @@ install:
|
||||
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
|
||||
- rustc -V
|
||||
- cargo -V
|
||||
- rustup component add clippy
|
||||
|
||||
build: false
|
||||
|
||||
test_script:
|
||||
- cargo clippy
|
||||
- cargo build --target %TARGET%
|
||||
- cargo test --target %TARGET%
|
||||
|
||||
Reference in New Issue
Block a user