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 diff --git a/veilid-tools/src/tests/common/test_host_interface.rs b/veilid-tools/src/tests/common/test_host_interface.rs index 43b9b3a8..f694e866 100644 --- a/veilid-tools/src/tests/common/test_host_interface.rs +++ b/veilid-tools/src/tests/common/test_host_interface.rs @@ -259,6 +259,7 @@ pub async fn test_interval() { stopper.await; } +#[allow(clippy::await_holding_lock)] pub async fn test_timeout() { info!("testing timeout");