From 92587f66f2f3ed4d9335ac3466bdf47b52f5787c Mon Sep 17 00:00:00 2001 From: Idan Arye Date: Mon, 13 Nov 2023 18:58:39 +0200 Subject: [PATCH] Fix CI --- .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 e51db8d9e..8d166d7d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - args: --clippy --all-targets -- + args: --workspace --all-targets -- docs: name: Docs runs-on: ubuntu-latest