- `--workspace` is a nightly-only arg
This commit is contained in:
Jay Oster 2019-10-06 02:41:41 -07:00
parent aa9fdf56bf
commit 63369b8fe0

View file

@ -16,6 +16,6 @@ before_script:
- rustup component add rustfmt
script:
- cargo clippy --workspace -- -D warnings
- cargo test --workspace
- cargo clippy --all -- -D warnings
- cargo test --all
- cargo fmt --all -- --check