diff --git a/test/runtests.jl b/test/runtests.jl index 34212e696..b2b6dcfa2 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -67,10 +67,8 @@ const REACTANT_TEST_GROUP = lowercase(get(ENV, "REACTANT_TEST_GROUP", "all")) @testset "Neural Networks" begin @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 end