AtelierArith / Replay.jl

Replay your REPL instructions
https://atelierarith.github.io/Replay.jl/dev/
MIT License
36 stars 3 forks source link

create reference for Julia v1.11 to pass CI for nightly #75

Closed terasakisatoshi closed 11 months ago

terasakisatoshi commented 11 months ago

Here is what I did

# test/runtests.jl
# Set false for daily use.
const UPDATE_REFERENCE = true
$ julia-latest -e 'using Pkg;Pkg.test()

Then

# test/runtests.jl
# Set false for daily use.
const UPDATE_REFERENCE = false