do not run clippy on examples and tests in CI
Some checks failed
Rust / build (pull_request) Failing after 59s

This commit is contained in:
Vinzenz Schroeter 2025-03-25 20:24:01 +01:00
parent ff886ca27d
commit 617c37c713

View file

@ -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