Skip to content

Commit 16eee74

Browse files
fix: add parallel to test
1 parent 30b4008 commit 16eee74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coderd/aitasks_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ func TestAITasksCreate(t *testing.T) {
154154
}
155155

156156
t.Run("OK", func(t *testing.T) {
157+
t.Parallel()
158+
157159
var (
158160
ctx = testutil.Context(t, testutil.WaitShort)
159161

0 commit comments

Comments
 (0)