From 205be49eec27af9e9911e263ff81206d3c39a260 Mon Sep 17 00:00:00 2001 From: Salvatore Testa Date: Fri, 2 Feb 2024 11:03:03 -0800 Subject: [PATCH] Run `cargo clippy` with unit tests --- Earthfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Earthfile b/Earthfile index 8d4cb1c4..14d3506e 100644 --- a/Earthfile +++ b/Earthfile @@ -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