feat(GODT-2487): add windows test job and worker.

This commit is contained in:
Jakub
2023-03-13 21:26:45 +01:00
committed by Jakub Cuth
parent 212eac0925
commit 31de358bfd
2 changed files with 63 additions and 61 deletions

View File

@ -109,6 +109,8 @@ func createSignedFiles(t *testing.T, root string, paths ...string) *crypto.KeyRi
signFile(t, sumFile.Name(), kr)
require.NoError(t, sumFile.Close())
return kr
}