Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
tests: add native CI to itself
Lars Wirzenius committed 2 years ago
commit 7515cb92a1b9854c8a15a888394df20e3efc2d2b
parent 961ba30
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