Skip to content

Commit

Permalink
Merge pull request #70 from palfrey/clippy
Browse files Browse the repository at this point in the history
Clippy fixes
  • Loading branch information
palfrey authored Jan 3, 2024
2 parents 88ae9e8 + 5548419 commit f1413de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Check formatting
run: cargo fmt -- --check
- name: Clippy
run: cargo clippy
run: cargo clippy -- -D warnings
- name: Build and test
env:
ODBC_SYS_STATIC_PATH: /usr/lib/x86_64-linux-gnu/
Expand Down

0 comments on commit f1413de

Please sign in to comment.