diff options
author | 2024-05-18 15:14:46 +0200 | |
---|---|---|
committer | 2024-05-18 15:17:46 +0200 | |
commit | 2a167f34f40fe3b933efd8abc8055898f98f0a12 (patch) | |
tree | 4e5cf89b328788e44b8b3e459276bdbc00cd85a8 /app-text | |
parent | app-text/typst: drop 0.11.0 (diff) | |
download | guru-2a167f34f40fe3b933efd8abc8055898f98f0a12.tar.gz guru-2a167f34f40fe3b933efd8abc8055898f98f0a12.tar.bz2 guru-2a167f34f40fe3b933efd8abc8055898f98f0a12.zip |
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>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/typst/typst-0.11.1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-text/typst/typst-0.11.1.ebuild b/app-text/typst/typst-0.11.1.ebuild index 885073f57..9fe0283a5 100644 --- a/app-text/typst/typst-0.11.1.ebuild +++ b/app-text/typst/typst-0.11.1.ebuild @@ -409,3 +409,7 @@ src_install() { einstalldocs } + +src_test() { + cargo_src_test --workspace +} |