From d0b4e891eb9bc7adb421cd8dd7ce78b824a904d6 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 3 Jun 2022 19:21:27 -0400 Subject: [PATCH] Move different features drone check to below defaults.hjson check. --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1ee1858b4..628abf569 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: