Skip to content

Commit

Permalink
Run editable tests with linux compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Nov 28, 2021
1 parent d5c8f6d commit d95cb4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/common/editable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ pub fn test_editable(package: impl AsRef<Path>, bindings: Option<String>) -> Res
&interpreter,
"--manifest-path",
&package_string,
"--compatibility",
"linux",
"--cargo-extra-args='--quiet'",
];

Expand Down

0 comments on commit d95cb4e

Please sign in to comment.