From c911b8a47b69f64898ecc6f413b9015a80d0d522 Mon Sep 17 00:00:00 2001 From: David Brownman Date: Tue, 7 Jan 2025 16:52:16 -0800 Subject: [PATCH] debug test --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 26d376d58..89dc22132 100644 --- a/justfile +++ b/justfile @@ -28,6 +28,7 @@ test *options: [group('CI')] ci-test: + echo "got $AUTOLOAD" ./build.php $AUTOLOAD [group('useful')]