add missing 'build with validate' test case
Signed-off-by: Aditya Menon <amenon@canarytechnologies.com>
This commit is contained in:
parent
c483a9aea0
commit
e2ec0044e6
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue