mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
circleci: run make shorttest on windows. flag off a large swath of broken tests (#3132)
This commit is contained in:
parent
92c6a65a03
commit
ddc88ec41b
2 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// +build !windows
|
||||
|
||||
package watch
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// +build !darwin
|
||||
// +build !darwin,!windows
|
||||
|
||||
package watch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue