Skip to content

Commit f1413de

Browse files
authored
Merge pull request #70 from palfrey/clippy
Clippy fixes
2 parents 88ae9e8 + 5548419 commit f1413de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Check formatting
2828
run: cargo fmt -- --check
2929
- name: Clippy
30-
run: cargo clippy
30+
run: cargo clippy -- -D warnings
3131
- name: Build and test
3232
env:
3333
ODBC_SYS_STATIC_PATH: /usr/lib/x86_64-linux-gnu/

0 commit comments

Comments
 (0)