From 9c197d0cf68a7dbd30ac9f35a9563ef118c3a596 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Tue, 7 Mar 2023 00:18:42 -0500 Subject: ci: do no feature first in cirrus (#1048) --- .cirrus.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index caf99c96..c9d091f1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -55,18 +55,18 @@ test_task: image: ghcr.io/cirruslabs/macos-monterey-base:latest <<: *SETUP_TEMPLATE <<: *CACHE_TEMPLATE - test_all_feature_script: - - . $HOME/.cargo/env - - cargo fmt --all -- --check - - cargo test --no-run --locked --all-features - - cargo test --no-fail-fast --all-features -- --nocapture --quiet - - cargo clippy --all-targets --workspace --all-features -- -D warnings test_no_feature_script: - . $HOME/.cargo/env - cargo fmt --all -- --check - cargo test --no-run --locked --no-default-features - cargo test --no-fail-fast --no-default-features -- --nocapture --quiet - cargo clippy --all-targets --workspace --no-default-features -- -D warnings + test_all_feature_script: + - . $HOME/.cargo/env + - cargo fmt --all -- --check + - cargo test --no-run --locked --all-features + - cargo test --no-fail-fast --all-features -- --nocapture --quiet + - cargo clippy --all-targets --workspace --all-features -- -D warnings <<: *CLEANUP_TEMPLATE build_task: -- cgit v1.2.3