rakyll / gotest

go test with colors
BSD 3-Clause "New" or "Revised" License
1.35k stars 62 forks source link

-skipnotest is not skipping [no test files] #30

Closed rakyll closed 4 years ago

rakyll commented 4 years ago
$ gotest -v -skipnotest=true  github.com/rakyll/hey
?       github.com/rakyll/gotest    [no test files]

Instead it skips all the tests.

rakyll commented 4 years ago

Fixed via 08b588542343142415eb4be9c29ff852e41e90da.