more fixes before final part
All checks were successful
Unit Tests / unit-tests (pull_request) Successful in 9m58s
Integration Tests / integration-tests (pull_request) Successful in 9m58s

This commit is contained in:
2025-05-18 11:35:22 -04:00
parent 8f90c1b16d
commit 92fb052594
5 changed files with 51 additions and 45 deletions

View File

@ -18,7 +18,7 @@ clean:
# Run all tests
test: generate
@echo "Running all tests..."
@go test -v -count=1 ./... --coverprofile=coverage.out
@go test -v -count=1 ./... --coverprofile=coverage.out --short
# Run unit tests only (faster, no integration tests)
test-unit: