make ./build.sh test test all

This commit is contained in:
iacore
2024-10-04 16:04:53 +00:00
parent 7cb6ac50c6
commit a45d2bf742
+1 -1
View File
@@ -25,7 +25,7 @@ build() {
test() {
echo "Running tests..."
go test ./test/...
go test ./...
}
run() {