Skip to content

Commit 6edfd40

Browse files
Add autodiff tests to GROUP All
1 parent 6bc6e38 commit 6edfd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if (GROUP == "All") || (GROUP == "Code-Quality")
5555
include(joinpath(testdir, "core-test", "code-quality", "code_quality.jl"))
5656
end
5757

58-
if (GROUP == "AutoDiff_Ext")
58+
if (GROUP == "All") || (GROUP == "AutoDiff_Ext")
5959
Pkg.activate("ext-test/cpu/autodiff")
6060
Pkg.develop(PackageSpec(path = dirname(@__DIR__)))
6161
Pkg.instantiate()

0 commit comments

Comments
 (0)