mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-24 17:30:30 +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:
|
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
|
||||||
|
|
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue