Selaa lähdekoodia

Add circle.yml

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
Arnaud Porterie 10 vuotta sitten
vanhempi
commit
4e22b7b1f7
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      libnetwork/circle.yml

+ 4 - 0
libnetwork/circle.yml

@@ -0,0 +1,4 @@
+test:
+    override:
+        - sudo -E go test ./...
+