You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice to have something to just run a subset of tests JuliaLang/Pkg.jl#1226 was recently merged, so we could have a @tset macro that expands to a check on ARGS and only runs the test if specified. Or just wait for someone to come up with a package that does it...
The text was updated successfully, but these errors were encountered:
I agree, but so far it works ok with explicitly running individual files. If matters get worse and nobody took the note of JuliaLang/julia#32715 into a package, I guess we can try ourselves. Up to this point I think it's ok as is.
It'd be nice to have something to just run a subset of tests
JuliaLang/Pkg.jl#1226 was recently merged, so we could have a
@tset
macro that expands to a check on ARGS and only runs the test if specified. Or just wait for someone to come up with a package that does it...The text was updated successfully, but these errors were encountered: