summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ambient.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/ambient.yaml b/ambient.yaml
index 93d64a9..94778bf 100644
--- a/ambient.yaml
+++ b/ambient.yaml
@@ -496,8 +496,9 @@ projects:
- action: cargo_fetch
plan:
- action: rustup_setup
- # - action: cargo_clippy
- # - action: cargo_build
+ - action: cargo_fmt
+ - action: cargo_clippy
+ - action: cargo_build
- action: shell
shell: |
export PATH="/root/.cargo/bin:$PATH"