Skip to content

Commit d208f6d

Browse files
committed
Disallow clippy warnings
1 parent 09ba96d commit d208f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: cargo fmt -- --check
3434
- if: ${{ matrix.rust-toolchain != 'nightly' }}
3535
name: Clippy
36-
run: cargo clippy
36+
run: cargo clippy -- -D warnings
3737
- name: Test
3838
run: cargo test
3939

@@ -64,7 +64,7 @@ jobs:
6464
run: cargo fmt -- --check
6565
- if: ${{ matrix.rust-toolchain != 'nightly' }}
6666
name: Clippy
67-
run: cargo clippy
67+
run: cargo clippy -- -D warnings
6868
- name: Test
6969
run: cargo test
7070

0 commit comments

Comments
 (0)