Manually specify Cargo.toml path for clippy
Some checks failed
Run Tests on Code / run-tests (push) Failing after 15s

This commit is contained in:
Neshura 2023-12-19 23:24:15 +01:00
parent f582b210d1
commit 0b804f5bed
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
-
name: Run Clippy
run: cargo clippy
run: cargo clippy --manifest-path ./src/Cargo.toml
-
name: Check if Version in Cargo.toml matches Tag
run: |

View file

@ -37,4 +37,4 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
-
name: Run Clippy
run: cargo clippy
run: cargo clippy --manifest-path ./src/Cargo.toml