mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Upgrade Ginkgo to V2
This commit is contained in:
parent
0d8eaa2878
commit
31882abf6f
98 changed files with 190 additions and 190 deletions
4
Makefile
4
Makefile
|
@ -25,7 +25,7 @@ server: check_go_env ##@Development Start the backend in development mode
|
|||
.PHONY: server
|
||||
|
||||
watch: ##@Development Start Go tests in watch mode (re-run when code changes)
|
||||
go run github.com/onsi/ginkgo/ginkgo watch -notify ./...
|
||||
go run github.com/onsi/ginkgo/v2/ginkgo watch -notify ./...
|
||||
.PHONY: watch
|
||||
|
||||
test: ##@Development Run Go tests
|
||||
|
@ -49,7 +49,7 @@ wire: check_go_env ##@Development Update Dependency Injection
|
|||
.PHONY: wire
|
||||
|
||||
snapshots: ##@Development Update (GoLang) Snapshot tests
|
||||
UPDATE_SNAPSHOTS=true go run github.com/onsi/ginkgo/ginkgo ./server/subsonic/...
|
||||
UPDATE_SNAPSHOTS=true go run github.com/onsi/ginkgo/v2/ginkgo ./server/subsonic/...
|
||||
.PHONY: snapshots
|
||||
|
||||
migration: ##@Development Create an empty migration file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue