Skip to content

Commit

Permalink
Replace cargo build with cargo check on Cirrus CI
Browse files Browse the repository at this point in the history
Should be quicker.
  • Loading branch information
Thomasdezeeuw committed Apr 15, 2020
1 parent 6fd406c commit 88d9416
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88d9416

Please sign in to comment.