Skip to content

Commit f6a60d7

Browse files
authored
stop CI early on multi-threaded group-3
1 parent fd16709 commit f6a60d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/group-3.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ 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.
149+
148150
using Tracker
149151
GRAD = :Tracker
150152
_gradient(x...) = Tracker.gradient(x...)

0 commit comments

Comments
 (0)