Skip to content

Commit 07e590c

Browse files
committed
Add t.Parallel() to sub tests
1 parent 5c840fd commit 07e590c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/templates_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ func TestPaginatedTemplateVersions(t *testing.T) {
225225
}
226226
for _, tt := range tests {
227227
t.Run(tt.name, func(t *testing.T) {
228+
t.Parallel()
228229
got, err := client.TemplateVersionsByTemplate(tt.args.ctx, codersdk.TemplateVersionsByTemplateRequest{
229230
TemplateID: template.ID,
230231
Pagination: tt.args.pagination,

0 commit comments

Comments
 (0)