mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Fix unit-tests when no test is run
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
e48dc0aa55
commit
ec8bdcd16c
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -257,7 +257,7 @@ e2e-tests: e2e-test-live e2e-test-manifest-path e2e-test-git e2e-test-other-repo
|
|||
|
||||
unit-tests: print-env
|
||||
cargo test --no-run --target {{target}}
|
||||
cargo nextest run --target {{target}} {{cargo-nextest-additional-args}}
|
||||
cargo nextest run --target {{target}} --no-tests=pass {{cargo-nextest-additional-args}}
|
||||
cargo test --doc --target {{target}}
|
||||
|
||||
test: unit-tests build e2e-tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue