Skip to content

Commit

Permalink
Suppress spurious error on CI extra tests
Browse files Browse the repository at this point in the history
Fixes #859
  • Loading branch information
Keno committed Nov 18, 2024
1 parent 2af208d commit c73fc64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
pushfirst!(Base.active_repl_backend.ast_transforms, Revise.revise_first)
include(joinpath("test", "runtests.jl"))
if Base.VERSION.major == 1 && Base.VERSION.minor >= 9
REPL.transition(Base.active_repl.mistate, :abort)
REPL.eval_user_input(:(exit()), Base.active_repl_backend, Main)
else
REPL.eval_user_input(:(exit()), Base.active_repl_backend)
Expand Down

0 comments on commit c73fc64

Please sign in to comment.