From 2a167f34f40fe3b933efd8abc8055898f98f0a12 Mon Sep 17 00:00:00 2001 From: odrling Date: Sat, 18 May 2024 15:14:46 +0200 Subject: [PATCH] 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 --- app-text/typst/typst-0.11.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) 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 +}