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