Fix CI
- `--workspace` is a nightly-only arg
This commit is contained in:
parent
aa9fdf56bf
commit
63369b8fe0
|
@ -16,6 +16,6 @@ before_script:
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo clippy --workspace -- -D warnings
|
- cargo clippy --all -- -D warnings
|
||||||
- cargo test --workspace
|
- cargo test --all
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
|
|
Loading…
Reference in a new issue