Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
build: disable slow actions
Lars Wirzenius committed 1 year ago
commit fb9b28a08098093b879f57fd7f4041024777dd97
parent d77bcc6
1 file changed +3 -3
modified .radicle/ambient.yaml
@@ -1,8 +1,8 @@
pre_plan:
  - action: cargo_fetch
plan:
-
  - action: cargo_fmt
-
  - action: cargo_clippy
+
#  - action: cargo_fmt
+
#  - action: cargo_clippy
  - action: shell
    shell: |
      export CARGO_TARGET_DIR=/workspace/cache
@@ -22,5 +22,5 @@ plan:
      rustup show
      rustup toolchain list
      rustc --version
-
      cargo clippy
+
      cargo fmt
#  - action: cargo_test