Move different features drone check to below defaults.hjson check.

This commit is contained in:
Dessalines 2022-06-03 19:21:27 -04:00 committed by Nutomic
parent 0a3b69a259
commit d0b4e891eb

View 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: