dev: fix CI workflow for Windows ()

This commit is contained in:
Ludovic Fernandez 2022-08-24 22:10:51 +02:00 committed by GitHub
parent 890a82659b
commit bddc63a234
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 280 additions and 77 deletions

View file

@ -12,6 +12,8 @@ import (
)
func TestFix(t *testing.T) {
testshared.SkipOnWindows(t)
tmpDir := filepath.Join(testdataDir, "fix.tmp")
_ = os.RemoveAll(tmpDir) // cleanup previous runs