Skip to content

Commit

Permalink
remove temporary line from runtests
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Feb 12, 2025
1 parent 7d709dd commit 75250ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,5 @@ if haskey(ENV, "EXAMPLES_ONLY")
elseif haskey(ENV, "NOTEBOOKS_ONLY")
run_all_tests(; run_notebooks = true, notebooksonly = true)
else
# run_all_tests(; run_notebooks = true, notebooksonly = false)
run_all_tests(; run_notebooks = false, notebooksonly = true)
run_all_tests(; run_notebooks = true, notebooksonly = false)
end

0 comments on commit 75250ca

Please sign in to comment.