diff --git a/.radicle/native.yaml b/.radicle/native.yaml new file mode 100644 index 00000000..5c79e395 --- /dev/null +++ b/.radicle/native.yaml @@ -0,0 +1,9 @@ +shell: | + cargo --version + rustc --version + + cargo fmt --check + cargo clippy --all-targets --workspace -- --deny clippy::all + cargo build --all-targets --workspace + cargo doc --workspace + cargo test --workspace --no-fail-fast