circleci: run make shorttest on windows. flag off a large swath of broken tests (#3132)
This commit is contained in:
parent
92c6a65a03
commit
ddc88ec41b
|
|
@ -1,3 +1,5 @@
|
||||||
|
// +build !windows
|
||||||
|
|
||||||
package watch
|
package watch
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// +build !darwin
|
// +build !darwin,!windows
|
||||||
|
|
||||||
package watch
|
package watch
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue