Skip to content

Commit

Permalink
Tell Clippy about pg
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Apr 4, 2024
1 parent da83f83 commit 6aa83e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6aa83e8

Please sign in to comment.