mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-01 08:58:56 -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
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue