added test files

This commit is contained in:
KS Jannette
2026-05-19 03:49:03 -04:00
parent 749d544165
commit 700b7ad457
7 changed files with 292 additions and 11 deletions

View File

@@ -39,5 +39,7 @@ lint: install-lint ## Run lint
tests: ## Run tests
go test -v ./...
validation: lint tests ## Run lint and tests
build: ## Build the server binary
go build -o bin/server ./cmd/app