Commit cca8738
committed
LOGC-40: Exclude non-code directories from test pattern
Change test pattern from ./... to ./cmd/... ./pkg/... to avoid
scanning non-code directories like env/, docs/, and temporary files.
This prevents "permission denied" errors when go test tries to scan
workbench-created directories with restricted permissions.1 parent 66eeb1c commit cca8738
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments