Run cargo clippy with unit tests

This commit is contained in:
Salvatore Testa 2024-02-02 11:03:03 -08:00
parent 074ec50451
commit 205be49eec
No known key found for this signature in database

View File

@ -170,6 +170,7 @@ build-android:
unit-tests-linux:
FROM +code-linux
ENV RUST_BACKTRACE=1
RUN cargo clippy
RUN cargo test -p veilid-server -p veilid-cli -p veilid-tools -p veilid-core
# TODO: Change t0 cross so that they work on any platform