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
.github/workflows/pipeline.yml
vendored
2
.github/workflows/pipeline.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
continue-on-error: ${{contains(matrix.go_version, 'beta') || contains(matrix.go_version, 'rc')}}
|
||||
run: go test -cover ./... -v
|
||||
run: go test -race -cover ./... -v
|
||||
|
||||
js:
|
||||
name: Build JS bundle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue