From c73df2c09acf45fbe1e4831bf29c5650a3f03f66 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Wed, 14 Sep 2022 05:23:08 -0700 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b8ada68..ef87c11 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -27,6 +27,6 @@ jobs: - name: Validate formatting on ${{ matrix.os }} run: cargo fmt --all -- --check - name: Run clippy lints on ${{ matrix.os }} - run: cargo +stable clippy --tests --no-deps --all-features --all-targets + run: cargo +stable clippy --no-deps --all-features --all-targets - name: Run tests on ${{ matrix.os }} run: cargo +stable test --all-features --all-targets