Fix directories in rust.yml

This commit is contained in:
Joe Osborn
2025-10-27 15:26:32 -07:00
committed by GitHub
parent 0f3aa51427
commit 7b9af28eec
-2
View File
@@ -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