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

@ -6,7 +6,7 @@ pipeline:
test: test:
image: golang:1.12.4 image: golang:1.12.4
commands: commands:
- go test -cover -timeout 30s $(go list ./... | grep -v /vendor/) - go test -cover -timeout 30s $(go list ./...)
test_postgres: test_postgres:
image: golang:1.12.4 image: golang:1.12.4

View file

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