Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Attempt to speed up clippy checks by reusing compilation #202

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ script:
(cd "$p" && cargo fmt --all -- --check) || exit 1
fi
done
- cargo clippy -- -D warnings
- env CARGO_TARGET_DIR=tests/target cargo clippy-preview -Z unstable-options -Z build-std=core,alloc --target=x86_64-linux-kernel -- -D warnings

after_failure:
- dmesg
Expand Down