run tests in parallel (#4)
continuous-integration/drone/push Build is passing Details

Reviewed-on: #4
This commit is contained in:
Dawid Wysokiński 2022-09-16 14:55:21 +00:00
parent b514b7639c
commit f3cffb5054
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()