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
I am new to Julia and curious why you run doctests explicitly (see here). When I run julia --project=docs docs/make.jl locally it (amongst other things) prints [ Info: Doctest: running doctests. What am I missing?
Best regards,
Fabio
The text was updated successfully, but these errors were encountered:
Thanks for the super quick answer. I didn't expect that failing doctests could not break the workflow. Now I understand why you check that separately/explicitly 👍
Hi there,
I am new to Julia and curious why you run
doctests
explicitly (see here). When I runjulia --project=docs docs/make.jl
locally it (amongst other things) prints[ Info: Doctest: running doctests.
What am I missing?Best regards,
Fabio
The text was updated successfully, but these errors were encountered: