mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Upgrade to go-chi 5
This commit is contained in:
parent
fb5840705e
commit
7d96167abc
12 changed files with 107 additions and 81 deletions
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ watch: ##@Development Start Go tests in watch mode (re-run when code changes)
|
|||
.PHONY: watch
|
||||
|
||||
test: ##@Development Run Go tests
|
||||
go test ./... -v
|
||||
go test ./...
|
||||
.PHONY: test
|
||||
|
||||
testall: test ##@Development Run Go and JS tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue