mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
ci: fail on cargo check warnings
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -114,8 +114,10 @@ jobs:
|
|||||||
|
|
||||||
- name: check
|
- name: check
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
env:
|
||||||
|
RUSTFLAGS: -D warnings
|
||||||
with:
|
with:
|
||||||
command: check
|
command: check
|
||||||
args: --all --bins --examples --tests --features repl
|
args: --all --bins --examples --tests --features repl
|
||||||
|
|
||||||
- name: tests
|
- name: tests
|
||||||
|
|||||||
Reference in New Issue
Block a user