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 169f324 commit b66cacfCopy full SHA for b66cacf
test/runtests.jl
@@ -124,8 +124,7 @@ if !is_buildkite
124
include("factorizations.jl")
125
include("diagonal.jl")
126
include("planar.jl")
127
- # TODO: remove once we know AD is slow on macOS CI
128
- if !(Sys.isapple() && get(ENV, "CI", "false") == "true") && isempty(VERSION.prerelease)
+ if isempty(VERSION.prerelease)
129
include("ad.jl")
130
end
131
include("bugfixes.jl")
0 commit comments