mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Run tests in parallel where possible.
This commit is contained in:
parent
c3c3f0bf75
commit
4986122493
44 changed files with 240 additions and 69 deletions
|
|
@ -30,6 +30,7 @@ import (
|
|||
)
|
||||
|
||||
func TestStats(t *testing.T) {
|
||||
t.Parallel()
|
||||
assert := assert.New(t)
|
||||
|
||||
var stats Stats
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue