Skip to content

Commit ad6580b

Browse files
committed
Also deny warnings in full CI
1 parent c771200 commit ad6580b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/full-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
rust: ${{ matrix.rust.toolchain }}
7575
components: clippy
7676
- name: "Check clippy"
77-
run: cargo clippy --workspace --features ${GDRUST_FEATURES} -- -D clippy::style -D clippy::complexity -D clippy::perf -D clippy::dbg_macro -D clippy::todo -D clippy::unimplemented
77+
run: cargo clippy --workspace --features ${GDRUST_FEATURES} -- -D clippy::style -D clippy::complexity -D clippy::perf -D clippy::dbg_macro -D clippy::todo -D clippy::unimplemented -D warnings
7878

7979
cargo-deny-machete:
8080
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)