mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix race conditions in tests
This commit is contained in:
parent
0bb133a6ac
commit
88823fca76
4 changed files with 24 additions and 13 deletions
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ watch: ##@Development Start Go tests in watch mode (re-run when code changes)
|
|||
.PHONY: watch
|
||||
|
||||
test: ##@Development Run Go tests
|
||||
go test ./...
|
||||
go test -race ./...
|
||||
.PHONY: test
|
||||
|
||||
testall: test ##@Development Run Go and JS tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue