Skip to content

Commit

Permalink
Vendor folder gone
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Oct 24, 2019
1 parent 6866b75 commit 272a48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipeline:
test:
image: golang:1.12.4
commands:
- go test -cover -timeout 30s $(go list ./... | grep -v /vendor/)
- go test -cover -timeout 30s $(go list ./...)

test_postgres:
image: golang:1.12.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 272a48f

Please sign in to comment.