Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
build: add config for Radicle native CI engine
Lars Wirzenius committed 2 years ago
commit f03c734e85c51e1b5baf51dfe6006eacef261527
parent c4afd897f96448fd41109618a786edd11ad25add
1 file changed +9 -0
added .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