Skip to content

Commit

Permalink
add all avaliable tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
enigne committed Jan 11, 2024
1 parent 2bacc1e commit 9f9ed62
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ end
@time @testset "Model Struct Tests" begin include("modelstructtests.jl") end

# test each individual cases, name with test[0-9]*.jl
#testsolutions = searchdir("./", r"test[0-9]*.jl")
#@time @testset "Model Solution Tests" begin
# for tf in testsolutions
# include(tf)
# end
#end
testsolutions = searchdir("./", r"test[0-9]*.jl")
@time @testset "Model Solution Tests" begin
for tf in testsolutions
include(tf)
end
end

# AD test
@time include("testad.jl")
Expand Down

0 comments on commit 9f9ed62

Please sign in to comment.