Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
tests: add Radicle native CI file to run CI on collaborating nodes
Lars Wirzenius committed 2 years ago
commit 173231d46c14625013660db8420d7cdf224bb521
parent eac7f53dffc191e77c0d1b45002b8f6ba7a2812b
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