Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit d627770

Browse files
committed
fix: consider clippy warnings as errors
1 parent f0d5d6b commit d627770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
toolchain: stable
1414
- name: Run clippy
15-
run: cargo clippy
15+
run: cargo clippy -- -D warnings
1616
build:
1717
name: Build on ${{ matrix.target }}
1818
runs-on: ${{ matrix.target }}

0 commit comments

Comments
 (0)