From bc9725e67ca8104396cdf601dfa7361fab826048 Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Tue, 30 May 2023 19:16:51 +0200 Subject: [PATCH] Remove --workspace flag --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20a22ed..de60e6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: run: cargo fmt --all --verbose -- --check - name: Cargo check - run: cargo 3ds clippy --color=always --workspace --verbose --all-targets + run: cargo 3ds clippy --color=always --verbose --all-targets # --deny=warnings would be nice, but can easily break CI for new clippy # lints getting added. I'd also like to use Github's "inline warnings" # feature, but https://github.com/actions/runner/issues/2341 means we