Skip to content

Commit ae212d0

Browse files
fix: add parallel to test (yet again)
1 parent 6e14061 commit ae212d0

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
@@ -230,6 +230,8 @@ func TestAITasksCreate(t *testing.T) {
230230
})
231231

232232
t.Run("FailsOnInvalidTemplate", func(t *testing.T) {
233+
t.Parallel()
234+
233235
var (
234236
ctx = testutil.Context(t, testutil.WaitShort)
235237

0 commit comments

Comments
 (0)