diff --git a/.radicle/native.yaml b/.radicle/native.yaml index d6a79abe..16f5399f 100644 --- a/.radicle/native.yaml +++ b/.radicle/native.yaml @@ -5,5 +5,5 @@ shell: | cargo fmt --check cargo clippy --all-targets --workspace -- --deny warnings cargo build --all-targets --workspace - cargo doc --workspace + cargo doc --workspace --no-deps cargo test --workspace --no-fail-fast