From 934661ad3b9a2ff773c3fd2d45459d5d47aa9ad4 Mon Sep 17 00:00:00 2001 From: kevinnls Date: Wed, 14 Jan 2026 12:46:08 +0530 Subject: [PATCH] ensure build before testing --- Justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 79a878a..3b5aa8f 100644 --- a/Justfile +++ b/Justfile @@ -1,2 +1,5 @@ -test +TESTS='test': +test +TESTS='test': build tests/bats/bin/bats {{ append('.bats',prepend('tests/',TESTS)) }} + +build: + @make build