docker: limit types of unit tests on stable toolchain.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -740,7 +740,9 @@ target "tests-unit" {
|
|||||||
}
|
}
|
||||||
args = {
|
args = {
|
||||||
cargo_cmd = (cargo_profile == "bench"? "bench": "test")
|
cargo_cmd = (cargo_profile == "bench"? "bench": "test")
|
||||||
cargo_args = "--no-fail-fast"
|
cargo_args = (rust_toolchain == "nightly"?
|
||||||
|
"--no-fail-fast --all-targets": "--no-fail-fast --bins --tests"
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user