do not run clippy on examples and tests in CI
Some checks failed
Rust / build (pull_request) Failing after 59s
Some checks failed
Rust / build (pull_request) Failing after 59s
This commit is contained in:
parent
ff886ca27d
commit
617c37c713
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
run: sudo apt-get update && sudo apt-get install -y liblzma-dev
|
||||
|
||||
- name: Run Clippy
|
||||
run: cargo clippy --all-targets --all-features
|
||||
run: cargo clippy --all-features
|
||||
|
||||
- name: no features -- test (without doctest)
|
||||
run: cargo test --lib --no-default-features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue