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