Przeglądaj źródła

Run tests with and without vendor/

Thomas Frössman 9 lat temu
rodzic
commit
e483154586
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4
    0
      .drone.yml

+ 4
- 0
.drone.yml Wyświetl plik

@@ -3,4 +3,8 @@ build:
3 3
   environment:
4 4
     - GO15VENDOREXPERIMENT=1
5 5
   commands:
6
+    - mv _vendor vendor
7
+    - go test
8
+    - mv vendor _vendor
9
+    - go get -t ./...
6 10
     - go test