Manually specify Cargo.toml path for clippy
Some checks failed
Run Tests on Code / run-tests (push) Failing after 15s
Some checks failed
Run Tests on Code / run-tests (push) Failing after 15s
This commit is contained in:
parent
f582b210d1
commit
0b804f5bed
2 changed files with 2 additions and 2 deletions
|
@ -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: |
|
||||
|
|
|
@ -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
|
Reference in a new issue