mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-28 11:34:10 -06:00
Merge branch 'salvatoret/cargo-clippy-cleanup' into 'main'
Resolve `cargo clippy` errors See merge request veilid/veilid!252
This commit is contained in:
commit
16dead2d6f
@ -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
|
||||
|
@ -259,6 +259,7 @@ pub async fn test_interval() {
|
||||
stopper.await;
|
||||
}
|
||||
|
||||
#[allow(clippy::await_holding_lock)]
|
||||
pub async fn test_timeout() {
|
||||
info!("testing timeout");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user