chore(CI): Update for workspaces

This commit is contained in:
Ed Page 2019-08-10 18:23:50 -05:00
parent 1bdd1c928a
commit 5b635a1a87
2 changed files with 8 additions and 8 deletions

View file

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

View file

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