Julia test directory `test` or `tests`?

You missed what tests is a reference to.

                |
                v
Base.runtests(tests=["all"]; ncores=ceil(Int, Sys.CPU_THREADS / 2),
              exit_on_error=false, revise=false, [seed])

Run the Julia unit tests listed in tests,
4 Likes