Commit 6ef5a5d9 authored by Markus Becker's avatar Markus Becker Committed by Grzegorz Bizon

Replace --all with --workspace on cargo test.

According to the official cargo documentation at
https://doc.rust-lang.org/cargo/commands/cargo-build.html `--all` is
deprecated.

"""
--all
Deprecated alias for --workspace.
"""
parent 7036dca0
---
title: "Rust CI template: Replace --all with --workspace on cargo test."
merge_request: 33517
author: Markus Becker
type: fixed
......@@ -20,4 +20,4 @@ image: "rust:latest"
test:cargo:
script:
- rustc --version && cargo --version # Print version info for debugging
- cargo test --all --verbose
- cargo test --workspace --verbose
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment