Context: #214
Testing every tutorial takes some time, and trying to do it using runtests.jl is problematic, because each tutorial has its own Pkg environment, ie we need a separate Julia process to test each one. So this may be better controlled by a loop in CI.yml calling julia multiple times.