mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
build: Drop vendor directory from rustfmt command
We've not had a vendor directory for some time now. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
d6e3b703ab
commit
f5a6e3c1ca
@ -11,7 +11,7 @@ script:
|
||||
- cargo build --release
|
||||
- cargo test
|
||||
- cargo clippy --all-targets --all-features -- -D warnings
|
||||
- find . -name "*.rs" | grep -v "vendor/" | xargs rustfmt --check
|
||||
- find . -name "*.rs" | xargs rustfmt --check
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
|
Loading…
Reference in New Issue
Block a user