From a45d2bf742a245f4e1f2c52d9c79628d7351db8c Mon Sep 17 00:00:00 2001 From: iacore Date: Fri, 4 Oct 2024 16:04:53 +0000 Subject: [PATCH] make ./build.sh test test all --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3c8276c..83e6191 100755 --- a/build.sh +++ b/build.sh @@ -25,7 +25,7 @@ build() { test() { echo "Running tests..." - go test ./test/... + go test ./... } run() {