From 9f4aa1c2a1cd830b9fd90a384b9c4e5923597e18 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sun, 24 Aug 2025 04:22:41 -0400 Subject: Include tests (as well as benchmarks, examples, and anything else we add later on) when checking validity of Rust code. I inadvertantly broke a test and my pre-commit hook, which runs `tools/check-lint`, didn't catch it. --- tools/check-lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/check-lint b/tools/check-lint index ab7fdd3..d77b1ec 100755 --- a/tools/check-lint +++ b/tools/check-lint @@ -7,5 +7,5 @@ cd "$(dirname "$0")/.." npx eslint -cargo check +cargo check --all-targets cargo clippy -- cgit v1.2.3