mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Shuffle the tests, just in case (#2272)
This commit is contained in:
parent
3a6d2dcd49
commit
17e0cd5504
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pipeline.yml
vendored
2
.github/workflows/pipeline.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
continue-on-error: ${{contains(matrix.go_version, 'beta') || contains(matrix.go_version, 'rc')}}
|
||||
run: go test -race -cover ./... -v
|
||||
run: go test -shuffle=on -race -cover ./... -v
|
||||
|
||||
js:
|
||||
name: Build JS bundle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue