diff options
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 235d6ce11..cbd0dbc26 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -37,6 +37,7 @@ fn std_lint() { .arg("lint") .arg("--unstable") .arg(util::root_path().join("std")) + .arg(util::root_path().join("cli/tests/unit")) .spawn() .unwrap() .wait() |