diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-08-24 04:22:41 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-08-24 04:23:42 -0400 |
| commit | 9f4aa1c2a1cd830b9fd90a384b9c4e5923597e18 (patch) | |
| tree | 6583a9bcd3104a0aef5d4b221301abf486108582 | |
| parent | a5326a67e37d9f1aee740f7b3d46345f3bcda419 (diff) | |
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.
| -rwxr-xr-x | tools/check-lint | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
