We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66cc52f commit 2f41c8eCopy full SHA for 2f41c8e
test/runtests.jl
@@ -22,7 +22,7 @@ if GROUP == "All" || GROUP == "Core"
22
end
23
24
# Don't run Enzyme tests on prerelease
25
-if GROUP == "All" || GROUP == "NoPre" && isempty(VERSION.prerelease)
+if GROUP == "NoPre" && isempty(VERSION.prerelease)
26
Pkg.activate("nopre")
27
Pkg.develop(PackageSpec(path = dirname(@__DIR__)))
28
Pkg.instantiate()
0 commit comments