Skip to content

Commit

Permalink
Workaround hang with 1.8-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Dec 24, 2021
1 parent 2c268b9 commit f6ca38e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ using Distributed: addprocs, nworkers
using Test

if get(ENV, "CI", "false") == "true"
VERSION < v"1.8-" && # workaround the hang in CI
addprocs(3)

# Tests in `PerformanceTestTools.@include_foreach` might cause
Expand Down

0 comments on commit f6ca38e

Please sign in to comment.