mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-26 23:04:26 +01:00
Merge #507
507: deny warnings in CI r=Kerollmops a=MarinPostma Add `RUSTFLAGS= -D warnings` to the CI so all warnings are treated as hard errors. Co-authored-by: ad hoc <postma.marin@protonmail.com>
This commit is contained in:
commit
312515dd6b
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
@ -9,6 +9,7 @@ on:
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
RUSTFLAGS: "-D warnings"
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
Loading…
Reference in New Issue
Block a user