circleci: run make shorttest on windows. flag off a large swath of broken tests (#3132)

This commit is contained in:
Nick Santos 2020-03-26 17:10:30 -04:00 committed by Nicolas De loof
parent 92c6a65a03
commit ddc88ec41b
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
// +build !windows
package watch
import (

View File

@ -1,4 +1,4 @@
// +build !darwin
// +build !darwin,!windows
package watch