You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add support for running commands with nightly toolchain
Add a `nightly` flag to the `cargo` function, which causes the requested
command to be executing using the nightly toolchain.
We have a nightly toolchain in our container due to kani. But since the
toolchain version is prescribed by kani, we need to dynamically
determine its name from `rustup toolchain list`, and cannot just use
`+nightly`.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments