-
Notifications
You must be signed in to change notification settings - Fork 255
Open
Labels
Description
Hello,
When contributing for a given data structure of DataStructures.jl you have to run locally the whole test sets (which is quite long for my old MacBook Air mid-2011).
It will be nice if tests could be run individually.
Obviously... it shouldn't prevent a contributor to run all tests (if he wants)...
Anyway, if a contributor run just one test_.... . jl
, CI should be able to catch errors that are found with other test_... .jl
Kind regards