chore: ignore _test.go files in reflex conf
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
0a4722802a
commit
c80ef8ae41
1 changed files with 1 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
-s -r "(\.go$$|\.cpp$$|\.h$$|navidrome.toml|resources|token_received.html)" -R "(^ui|^data|^db/migrations)" -- go run -race -tags netgo .
|
||||
-s -r "(\.go$$|\.cpp$$|\.h$$|navidrome.toml|resources|token_received.html)" -R "(^ui|^data|^db/migrations|_test\.go$$)" -- go run -race -tags netgo .
|
||||
|
|
|
|||
Loading…
Reference in a new issue