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
Move doctests checking to own target in preorder traversal
As spelled before this patch, the doctests were running after the more
time-consuming `case_utils` descent. This lets the tests be called on
their own, and also lets a failing doctest fail the CI job quicker.
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
0 commit comments