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