feat: add test target to Makefile for running Go tests

This commit is contained in:
hayzamjs
2025-04-01 00:16:57 +04:00
parent b28abdea26
commit e4424a8e33
+3
View File
@@ -18,5 +18,8 @@ clean:
run: build
./$(BIN_DIR)/$(BINARY_NAME)
test:
go test ./...
depcheck:
@./scripts/check_deps.sh