Skip to content

Commit bcab5c2

Browse files
committed
Ensure that clippy denies warnings on CI
1 parent 80cff3b commit bcab5c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
name: Backend (linting)
6969
runs-on: ubuntu-20.04
7070

71+
env:
72+
CARGO_INCREMENTAL: 0
73+
RUSTFLAGS: "-D warnings"
74+
7175
steps:
7276
- uses: actions/checkout@v2
7377

0 commit comments

Comments
 (0)