]> Untitled Git - lemmy.git/commitdiff
Move different features drone check to below defaults.hjson check. (#2296)
authorDessalines <dessalines@users.noreply.github.com>
Mon, 6 Jun 2022 12:09:43 +0000 (08:09 -0400)
committerGitHub <noreply@github.com>
Mon, 6 Jun 2022 12:09:43 +0000 (12:09 +0000)
.drone.yml

index 1ee1858b4b83b71f778f54b6927446fe18abff1c..628abf5696ffc692b0b1d718825d519d5ae3dd9d 100644 (file)
@@ -22,13 +22,6 @@ steps:
     commands:
       - /root/.cargo/bin/cargo fmt -- --check
 
-  - name: check with different features
-    image: clux/muslrust:1.59.0
-    commands:
-      - cargo install cargo-workspaces
-      - cargo workspaces exec cargo check --no-default-features
-      - cargo workspaces exec cargo check --all-features
-
   - name: cargo clippy
     image: clux/muslrust:1.59.0
     commands:
@@ -54,6 +47,13 @@ steps:
       - ./scripts/update_config_defaults.sh config/defaults_current.hjson
       - diff config/defaults.hjson config/defaults_current.hjson
 
+  - name: check with different features
+    image: clux/muslrust:1.59.0
+    commands:
+      - cargo install cargo-workspaces
+      - cargo workspaces exec cargo check --no-default-features
+      - cargo workspaces exec cargo check --all-features
+
   - name: cargo build
     image: clux/muslrust:1.59.0
     commands: