Skip to content

Commit ead6148

Browse files
committed
fix(ci): fail lint on warning
1 parent 2308802 commit ead6148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
components: clippy
2828
- name: Cache Cargo dependencies
2929
uses: Swatinem/rust-cache@v2
30-
- run: cargo clippy -- -W clippy::pedantic
30+
- run: cargo clippy -- -D clippy::pedantic
3131

3232
check:
3333
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)