mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-04 18:38:45 -04:00
dev: fix CI workflow for Windows (#3134)
This commit is contained in:
parent
890a82659b
commit
bddc63a234
25 changed files with 280 additions and 77 deletions
test
|
@ -22,6 +22,8 @@ func TestSourcesFromTestdata(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestTypecheck(t *testing.T) {
|
||||
testshared.SkipOnWindows(t)
|
||||
|
||||
testSourcesFromDir(t, filepath.Join(testdataDir, "notcompiles"))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue