mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Converted last GoConvey tests to Ginkgo
Removed GoConvey dependency
This commit is contained in:
parent
a4b97121ab
commit
13be8d297c
4 changed files with 56 additions and 51 deletions
1
Makefile
1
Makefile
|
@ -30,7 +30,6 @@ testall: check_go_env test
|
|||
.PHONY: testall
|
||||
|
||||
setup: Jamstash-master
|
||||
@which goconvey || (echo "Installing GoConvey" && GO111MODULE=off go get -u github.com/smartystreets/goconvey)
|
||||
@which wire || (echo "Installing Wire" && GO111MODULE=off go get -u github.com/google/wire/cmd/wire)
|
||||
@which go-bindata || (echo "Installing BinData" && GO111MODULE=off go get -u github.com/go-bindata/go-bindata/...)
|
||||
@which reflex || (echo "Installing Reflex" && GO111MODULE=off go get -u github.com/cespare/reflex)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue