rivosinc / salus

Risc-V hypervisor for TEE development
96 stars 25 forks source link

bazel build //:clippy-all doesn't check tests #309

Open rbradford opened 1 year ago

rbradford commented 1 year ago

I think it would be good if this could also run clippy across test files as well as #[cfg(test)] blocks e.g. the equivalent of cargo clippy --tests