diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96ea814..2300322 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,4 +86,4 @@ jobs: cache-workspaces: |- ./test-workspace - - run: cargo clippy + - run: cargo clippy --manifest-path=./test-workspace/Cargo.toml