diff --git a/test/runtests.jl b/test/runtests.jl index bc10705e43..4000cd40a8 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -68,9 +68,7 @@ const REACTANT_TEST_GROUP = lowercase(get(ENV, "REACTANT_TEST_GROUP", "all")) if REACTANT_TEST_GROUP == "all" || REACTANT_TEST_GROUP == "neural_networks" @safetestset "NNlib Primitives" include("nn/nnlib.jl") @safetestset "Flux.jl Integration" include("nn/flux.jl") - if Sys.islinux() - @safetestset "LuxLib Primitives" include("nn/luxlib.jl") - @safetestset "Lux Integration" include("nn/lux.jl") - end + @safetestset "LuxLib Primitives" include("nn/luxlib.jl") + @safetestset "Lux Integration" include("nn/lux.jl") end end