app-text/typst: run tests for all rust packages

typst has integration tests in a subdir and there was no test in
crates/typst-cli so the ebuild previously didn't test much.

Signed-off-by: odrling <florianbadie@odrling.xyz>
This commit is contained in:
odrling 2024-05-18 15:14:46 +02:00
parent 9d5853998c
commit 2a167f34f4
No known key found for this signature in database
GPG Key ID: EC907F69A27A90C5

View File

@ -409,3 +409,7 @@ src_install() {
einstalldocs
}
src_test() {
cargo_src_test --workspace
}