mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 15:04:42 +00:00
Test extensive coverage and improvement
This commit is contained in:
@@ -66,7 +66,7 @@ echo ""
|
||||
# 4. Go Tests
|
||||
echo "4. Running Go tests..."
|
||||
if command -v go > /dev/null 2>&1; then
|
||||
if go build ./... && go vet ./cmd/...; then
|
||||
if go build ./... && go vet ./cmd/... && go test ./cmd/...; then
|
||||
echo -e "${GREEN}✓ Go tests passed${NC}"
|
||||
else
|
||||
echo -e "${RED}✗ Go tests failed${NC}"
|
||||
|
||||
Reference in New Issue
Block a user