julia-runtest
julia-runtest copied to clipboard
feat: allow `threads` as input
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
3a055a9
) to head (876ad3d
).
Additional details and impacted files
@@ Coverage Diff @@
## main #103 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 2 2
=========================================
Hits 2 2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Looks like --threads
wasn't allowed in Julia 1.0.5.
~I suppose, we would want to avoid a version based statement. So, instead of this, setting JULIA_NUM_THREADS
in env
is the best way.~