Skip to content

Commit

Permalink
Move different features drone check to below defaults.hjson check.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines authored and Nutomic committed Jun 6, 2022
1 parent 0a3b69a commit d0b4e89
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit d0b4e89

Please sign in to comment.