Add back testing of --manifest-path in workflow rust

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-10 16:49:09 +10:00
parent b0598a1fad
commit 3e5c7ec43f
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -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