From ffedbd79ad90bc88ef8c51d145536f68f50d4fea Mon Sep 17 00:00:00 2001 From: Alan Gou Date: Fri, 19 Jun 2020 02:05:37 -0700 Subject: build: lint cli/tests/unit using deno lint (#6327) --- cli/tests/integration_tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tests/integration_tests.rs') 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() -- cgit v1.2.3