mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Add back testing of --manifest-path
in workflow rust
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
b0598a1fad
commit
3e5c7ec43f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -165,3 +165,6 @@ jobs:
|
||||||
|
|
||||||
- name: "Run binstall"
|
- name: "Run binstall"
|
||||||
run: ./${{ matrix.output }} cargo-binstall --no-confirm
|
run: ./${{ matrix.output }} cargo-binstall --no-confirm
|
||||||
|
|
||||||
|
- name: "Run binstall with manifest"
|
||||||
|
run: ./${{ matrix.output }} cargo-binstall --manifest-path . --no-confirm
|
||||||
|
|
Loading…
Add table
Reference in a new issue