Skip to content

Commit 41f3260

Browse files
Update runtests.jl
1 parent 248157c commit 41f3260

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/runtests.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ if GROUP == "DefaultsLoading"
3535
@time @safetestset "Defaults Loading Tests" include("defaults_loading.jl")
3636
end
3737

38+
if GROUP == "LinearSolveAutotune"
39+
Pkg.activate(joinpath(dirname(@__DIR__), "lib", GROUP))
40+
Pkg.test(GROUP, julia_args=["--check-bounds=auto", "--compiled-modules=yes", "--depwarn=yes"], force_latest_compatible_version=false, allow_reresolve=true)
41+
end
42+
3843
if GROUP == "LinearSolveCUDA"
3944
Pkg.activate("gpu")
4045
Pkg.develop(PackageSpec(path = dirname(@__DIR__)))

0 commit comments

Comments
 (0)