mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
make test use nightly
This commit is contained in:
parent
60a61d471a
commit
6fc37f5611
@ -460,6 +460,7 @@ fn cross_doctests() {
|
||||
// This tests the library and runs the doc tests.
|
||||
p.cargo("test -v -Z doctest-xcompile --target")
|
||||
.arg(&target)
|
||||
.masquerade_as_nightly_cargo()
|
||||
.with_stderr(&format!(
|
||||
"\
|
||||
[COMPILING] foo v0.0.1 ([CWD])
|
||||
|
Loading…
x
Reference in New Issue
Block a user