From 455ab79b843f21a51a8fdc36865e53c19006816f Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Thu, 22 Aug 2024 15:48:26 +1200 Subject: [PATCH] chore: Add test command :hammer: --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 5f0ac4d..ee647a6 100644 --- a/justfile +++ b/justfile @@ -10,5 +10,8 @@ yamllint: lint: yamllint ansible-lint @echo "Finished linting!" +test: + @molecule test + rename: @scripts/rename.sh