From 88d9416f655a4cbeff64493128fd62b08601c9c8 Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Wed, 15 Apr 2020 22:08:02 +0200 Subject: [PATCH] Replace cargo build with cargo check on Cirrus CI Should be quicker. --- .cirrus.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 87952b21bf..9480abbebf 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -12,10 +12,9 @@ task: - sh rustup.sh -y --profile minimal cargo_cache: folder: $HOME/.cargo/registry - build_script: + check_script: - . $HOME/.cargo/env - - cargo build - - cargo build --no-default-features + - cargo check --no-default-features amd64_test_script: - . $HOME/.cargo/env - cargo test --all-features