diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 66c0221..ecaa193 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -28,7 +28,7 @@ jobs: - name: Cargo format run: cargo fmt --all --check - name: Clippy - run: cargo clippy + run: cargo clippy --features pg14 --no-default-features test: runs-on: ubuntu-latest