diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 77633826..aaea8909 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -18,3 +18,5 @@ jobs: run: cargo build --verbose - name: Run tests run: cargo test --verbose + - name: Run pedantic clippy + run: cargo clippy -- -D warnings -W clippy::pedantic