add missing 'build with validate' test case

Signed-off-by: Aditya Menon <amenon@canarytechnologies.com>
This commit is contained in:
Aditya Menon 2026-01-15 20:41:12 +05:30
parent c483a9aea0
commit e2ec0044e6
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ func TestValidateAndDryRunMutualExclusion(t *testing.T) {
{"lint without validate", "lint", false, false},
{"lint with validate", "lint", true, false},
{"build without validate", "build", false, false},
{"build with validate", "build", true, false},
}
for _, tt := range tests {