From 405de6a8ec524a969404ad8e43b02e91a45d1b0d Mon Sep 17 00:00:00 2001 From: David Runge <dvzrv@archlinux.org> Date: Fri, 22 Nov 2024 13:19:51 +0100 Subject: [PATCH] test(justfile): Add `test-readmes` recipe to test supported projects Use a `test-readmes` recipe as bundled target for testing all README.md based end-to-end integrations that are available. Signed-off-by: David Runge <dvzrv@archlinux.org> --- justfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/justfile b/justfile index 9704107b..b9204d37 100755 --- a/justfile +++ b/justfile @@ -310,6 +310,11 @@ test-readme project: create_container run_test +# Runs end-to-end tests found in project README.md files for all projects supporting it +test-readmes: + just test-readme nethsm-cli + just test-readme signstar-configure-build + # Adds pre-commit and pre-push git hooks add-hooks: #!/usr/bin/env bash -- GitLab