diff --git a/.github/workflows/check-lint-test.yaml b/.github/workflows/check-lint-test.yaml index 8b833cb..dfa718f 100644 --- a/.github/workflows/check-lint-test.yaml +++ b/.github/workflows/check-lint-test.yaml @@ -66,4 +66,4 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: -- -D warnings + args: --all --fix -- -D warnings