aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorodrling <florianbadie@odrling.xyz>2024-05-18 15:14:46 +0200
committerodrling <florianbadie@odrling.xyz>2024-05-18 15:17:46 +0200
commit2a167f34f40fe3b933efd8abc8055898f98f0a12 (patch)
tree4e5cf89b328788e44b8b3e459276bdbc00cd85a8 /app-text
parentapp-text/typst: drop 0.11.0 (diff)
downloadguru-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.ebuild4
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 885073f571..9fe0283a5d 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
+}