mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 18:31:00 +00:00
Merge pull request #529 from epipho/test-deps
Better command line for make deps that will pull in packages from test files
This commit is contained in:
commit
8260d371c4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ deps:
|
|||
# which npm && npm -g install uglify-js less
|
||||
go get github.com/GeertJohan/go.rice/rice
|
||||
go get github.com/franela/goblin
|
||||
go list github.com/drone/drone/... | xargs go get -t -v
|
||||
go get -t -v ./...
|
||||
|
||||
test:
|
||||
go vet ./...
|
||||
|
|
Loading…
Reference in a new issue