From a6896e501cfc2d7613e0826e703b83f34a948d4e Mon Sep 17 00:00:00 2001 From: Jeb Bearer Date: Fri, 15 Nov 2024 14:34:59 -0800 Subject: [PATCH] Fix typo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ffa1b24d..090bc3ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: - name: Format Check run: cargo fmt -- --check - # Run Clippy on all targets. The lint workflow doesn't run Clippy on testgs, because the tests + # Run Clippy on all targets. The lint workflow doesn't run Clippy on tests, because the tests # don't compile with all combinations of features. - name: Clippy run: cargo clippy --workspace --all-features --all-targets -- -D warnings