Skip to content

Commit 9d2fbf7

Browse files
committed
ci: unnecessary --manifest-path against resolver-tests
1 parent a4a8bd1 commit 9d2fbf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- run: rustup update stable && rustup default stable
2525
- run: rustup component add rustfmt
2626
- run: cargo fmt --all --check
27-
- run: cargo fmt --all --check --manifest-path crates/resolver-tests/Cargo.toml
2827

2928
# Ensure there are no clippy warnings
3029
clippy:
@@ -152,7 +151,7 @@ jobs:
152151
steps:
153152
- uses: actions/checkout@v3
154153
- run: rustup update stable && rustup default stable
155-
- run: cargo test --manifest-path crates/resolver-tests/Cargo.toml
154+
- run: cargo test -p resolver-tests
156155

157156
test_gitoxide:
158157
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)