Skip to content

Commit 2f41c8e

Browse files
Update runtests.jl
1 parent 66cc52f commit 2f41c8e

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
@@ -22,7 +22,7 @@ if GROUP == "All" || GROUP == "Core"
2222
end
2323

2424
# Don't run Enzyme tests on prerelease
25-
if GROUP == "All" || GROUP == "NoPre" && isempty(VERSION.prerelease)
25+
if GROUP == "NoPre" && isempty(VERSION.prerelease)
2626
Pkg.activate("nopre")
2727
Pkg.develop(PackageSpec(path = dirname(@__DIR__)))
2828
Pkg.instantiate()

0 commit comments

Comments
 (0)