Commit 4af72bc5 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'cargo-test-workspace-option' into 'master'

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

See merge request gitlab-org/gitlab!33517
parents c8f02855 6ef5a5d9
---
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