Commit da5d189
committed
fix: include cmd package tests in Makefile test targets
The test-unit target was only running ./internal/... tests, excluding
all CLI command tests in the cmd package. This meant that 47 tests in
cmd/{delete,deploy,diff,root}_test.go were not being executed by the
standard development workflow.
Updated test-unit target to run both ./cmd/... and ./internal/... tests,
ensuring complete test coverage in make test and make commit-check.1 parent a16e7f6 commit da5d189
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments