Skip to content

Commit 849ecd2

Browse files
committed
make ci faster
1 parent 35295a2 commit 849ecd2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

examples/validation-turan/run.jl

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ cases =
3333
if haskey(ENV, "GITHUB_ACTIONS")
3434
n_elems = 20
3535
cases = cases[1:1]
36+
cases[1][4] = n_elems
37+
@info "Changed values for CI:"
38+
@show n_elems, cases
3639
end
3740

3841
outs = []

test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ end
1616
dir, _ = splitdir(fullpath)
1717
@testset "$(fullpath)" begin
1818
cd(dir) do
19-
@eval Module() begin
19+
@time @eval Module() begin
2020
# to avoid putting all examples in a separte main()
2121
# to avoid conflicting redefinitions of variables/functions
2222
# see: https://github.com/JuliaLang/julia/issues/40189

0 commit comments

Comments
 (0)