mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
cargo install only takes --debug, not --release
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ script:
|
||||
# Test plain miri
|
||||
cargo build --locked --release --all-features &&
|
||||
cargo test --locked --release --all-features --all &&
|
||||
cargo install --locked --release --all-features
|
||||
cargo install --locked --all-features
|
||||
- |
|
||||
# Test cargo miri
|
||||
cd cargo-miri-test &&
|
||||
|
||||
Reference in New Issue
Block a user