diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c26b15ed..a46ae89f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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