diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index adec173..144422c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -42,13 +42,9 @@ jobs: key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - name: Clippy Linting - run: cargo clippy --all-features -- -Dclippy::all - # TODO - # run: cargo clippy --all-features -- -Dclippy::all -Dclippy::pedantic + run: cargo clippy --all-features -- -Dclippy::all -Dclippy::pedantic - name: Clippy Test Linting - run: cargo clippy --tests -- -Dclippy::all - # TODO - # run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic + run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic test: