From 17f87e4cdf35307683734f2a2be557a58be94b08 Mon Sep 17 00:00:00 2001 From: Eli Flanagan Date: Wed, 10 Mar 2021 18:48:44 -0500 Subject: ci: prefer --workspace flag Close #660 The changelog documenting cargo's --workspace arrival is [here](https://github.com/rust-lang/cargo/blob/61a31bc5ff290322d5c025bf750c56501999235d/CHANGELOG.md#added-13). Note `cargo fmt` still expects `--all` because the subcommand semantics differ. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2818c321..36364dfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,7 +112,7 @@ windows-gnu: - rustc --version --verbose - cargo --version script: - - cargo test --all --exclude sequoia-openpgp-ffi + - cargo test --workspace --exclude sequoia-openpgp-ffi # https://github.com/rust-lang/cargo/issues/5015 - cargo test --manifest-path openpgp/Cargo.toml --no-default-features --features crypto-cng,compression after_script: [] -- cgit v1.2.3