mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-07-30 16:10:41 -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
|
@ -45,7 +45,7 @@ func TestNotExistingDirRun(t *testing.T) {
|
|||
Run().
|
||||
ExpectExitCode(exitcodes.Failure).
|
||||
ExpectOutputContains("cannot find package").
|
||||
ExpectOutputContains("/testdata/no_such_dir")
|
||||
ExpectOutputContains(testshared.NormalizeFileInString("/testdata/no_such_dir"))
|
||||
}
|
||||
|
||||
func TestSymlinkLoop(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue