From 5b635a1a874eba1290f0babbc7face0c18b217d9 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 10 Aug 2019 18:23:50 -0500 Subject: [PATCH] chore(CI): Update for workspaces --- .travis.yml | 12 ++++++------ appveyor.yml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 12aebc1..d077acd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,22 +11,22 @@ matrix: install: - rustup component add rustfmt script: - - cargo fmt -- --check + - cargo fmt --all -- --check - env: RUSTFLAGS="-D warnings" rust: 1.35.0 # `stable`: Locking down for consistent behavior install: script: - - cargo check --tests + - cargo check --tests --all - env: CLIPPY rust: 1.35.0 # `stable`: Locking down for consistent behavior install: - rustup component add clippy script: - - cargo clippy --all-features + - cargo clippy --all-features --all - env: BENCH rust: nightly script: - - cargo bench + - cargo bench --all install: - rustc -Vv @@ -34,8 +34,8 @@ install: - export PATH=$HOME/.cargo/bin:$PATH script: -- cargo check --verbose -- cargo test --verbose +- cargo check --verbose --all +- cargo test --verbose --all branches: only: diff --git a/appveyor.yml b/appveyor.yml index 7a8877a..e72e37e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,8 +26,8 @@ install: - cargo -V test_script: -- cargo check --verbose -- cargo test --verbose +- cargo check --verbose --all +- cargo test --verbose --all branches: only: