ci: fail on cargo check warnings

This commit is contained in:
link2xt
2021-04-22 23:16:35 +03:00
parent eef51f064a
commit 949e671d9c

View File

@@ -114,8 +114,10 @@ jobs:
- name: check
uses: actions-rs/cargo@v1
env:
RUSTFLAGS: -D warnings
with:
command: check
command: check
args: --all --bins --examples --tests --features repl
- name: tests