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:
Jiahao XU 2024-06-12 01:00:07 +10:00
parent 7f7eaa8beb
commit c22d5a208e
No known key found for this signature in database
GPG key ID: 76D1E687CA3C4928
2 changed files with 35 additions and 4 deletions

View file

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