mirror of
https://github.com/julia-actions/julia-runtest.git
synced 2026-02-12 02:56:55 +08:00
don't set test_args if empty (#127)
This commit is contained in:
@@ -58,7 +58,9 @@ function kwargs(; coverage,
|
|||||||
kwargs_dict[:allow_reresolve] = parse(Bool, allow_reresolve)
|
kwargs_dict[:allow_reresolve] = parse(Bool, allow_reresolve)
|
||||||
end
|
end
|
||||||
|
|
||||||
kwargs_dict[:test_args] = test_args
|
if !isempty(test_args)
|
||||||
|
kwargs_dict[:test_args] = test_args
|
||||||
|
end
|
||||||
|
|
||||||
return kwargs_dict
|
return kwargs_dict
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user