Fix tests

This commit is contained in:
Aleksey Kladov
2020-06-02 18:02:58 +02:00
parent a83ab820a4
commit bc3db7c1de
3 changed files with 270 additions and 69 deletions

View File

@@ -139,6 +139,7 @@ pub enum RunnableKind {
#[derive(Deserialize, Serialize, Debug)]
#[serde(rename_all = "camelCase")]
pub struct CargoRunnable {
#[serde(skip_serializing_if = "Option::is_none")]
pub workspace_root: Option<PathBuf>,
// command, --package and --lib stuff
pub cargo_args: Vec<String>,