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

@ -22,6 +22,8 @@ func TestSourcesFromTestdata(t *testing.T) {
}
func TestTypecheck(t *testing.T) {
testshared.SkipOnWindows(t)
testSourcesFromDir(t, filepath.Join(testdataDir, "notcompiles"))
}