Fix directories in rust.yml
This commit is contained in:
@@ -17,8 +17,6 @@ jobs:
|
||||
- name: Rust Cache
|
||||
uses: Swatinem/rust-cache@v2.7.7
|
||||
with:
|
||||
workspaces: "backend"
|
||||
cache-all-crates: "true"
|
||||
- name: Clippy
|
||||
working-directory: backend
|
||||
run: cargo clippy --all-features --all-targets -- -Dwarnings -Dclippy::pedantic
|
||||
|
||||
Reference in New Issue
Block a user