Skip to content

Commit

Permalink
make CI faster for turan test
Browse files Browse the repository at this point in the history
  • Loading branch information
lamBOOO committed Oct 14, 2024
1 parent c944b26 commit 2804701
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/validation-turan/run.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ nlsolver_opts = (;
linesearch = BackTracking(),
)

n_elems = 40
n_elems = 100
if haskey(ENV, "GITHUB_ACTIONS")
# Lower the value when in GitHub Actions environment
n_elems = 20 # New value for GitHub Actions
end

cases =
[
# turan
Expand Down

0 comments on commit 2804701

Please sign in to comment.