mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-19 23:16:34 +00:00
Vendor folder gone
This commit is contained in:
parent
6866b75597
commit
272a48ff2c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue