run tests in parallel
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dawid Wysokiński 2022-09-16 16:54:21 +02:00
parent b514b7639c
commit 1e3ba9edb5
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ func TestLogger(t *testing.T) {
tt := tt
t.Run(tt.name, func(t *testing.T) {
t.Parallel()
logger, obs := newLogger()
rr := httptest.NewRecorder()