Skip to content

Commit 1a6e0a1

Browse files
committed
chore: specify workspace member directly by --package/-p
1 parent 679e1d7 commit 1a6e0a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
shell: bash
3232
- run: cargo test --no-default-features
3333
- run: cargo test
34-
- run: cargo run --manifest-path systest/Cargo.toml
35-
- run: cargo test --manifest-path git2-curl/Cargo.toml
34+
- run: cargo run -p systest
35+
- run: cargo test -p git2-curl
3636

3737
rustfmt:
3838
name: Rustfmt

0 commit comments

Comments
 (0)