test: update test command to run without watch mode

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan
2025-05-24 22:58:04 -04:00
parent 13ea00e7f8
commit 35599230ff
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ testrace: ##@Development Run Go tests with race detector
.PHONY: test
testall: testrace ##@Development Run Go and JS tests
@(cd ./ui && npm run test:ci)
@(cd ./ui && npm run test)
.PHONY: testall
install-golangci-lint: ##@Development Install golangci-lint if not present