Skip to content

Commit e4b8c9d

Browse files
authored
stop CI early on multi-threaded group-3, take II
1 parent f6a60d7 commit e4b8c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/group-3.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ end
145145

146146
@testset "parsing + LoopVectorization" begin include("parsing.jl") end
147147

148-
Threads.nthreads() > 1 && test_group == "2" && exit() # Github CI times out on multi-thread LV gradient checks.
148+
Threads.nthreads() > 1 && test_group == "3" && exit() # Github CI times out on multi-thread LV gradient checks.
149149

150150
using Tracker
151151
GRAD = :Tracker

0 commit comments

Comments
 (0)