commit: 2a167f34f40fe3b933efd8abc8055898f98f0a12
Author: odrling <florianbadie <AT> odrling <DOT> xyz>
AuthorDate: Sat May 18 13:14:46 2024 +0000
Commit: Florian Badie <florianbadie <AT> mailbox <DOT> org>
CommitDate: Sat May 18 13:17:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a167f34
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 <AT> odrling.xyz>
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
+}