Vendor folder gone

This commit is contained in:
Laszlo Fogas
2019-10-24 11:17:07 +02:00
parent 6866b75597
commit 272a48ff2c
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Test
run: |
go test -cover $(go list ./... | grep -v /vendor/)
go test -cover $(go list ./...)
- name: Build
run: ./.drone.sh