mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-17 08:06:38 +00:00
Split test into two jobs
so that they will have they own cache (since different feature flags are used). Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
7f7eaa8beb
commit
c22d5a208e
2 changed files with 35 additions and 4 deletions
2
justfile
2
justfile
|
@ -262,7 +262,7 @@ e2e-tests: e2e-test-live e2e-test-manifest-path e2e-test-git e2e-test-other-repo
|
|||
|
||||
unit-tests: print-env
|
||||
cargo nextest run --target {{target}} {{cargo-nextest-additional-args}}
|
||||
cargo test --doc {{cargo-build-args}}
|
||||
cargo test --doc --target {{target}}
|
||||
|
||||
test: unit-tests build e2e-tests
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue