From 2363d60fc6de3c684fc14555cdd706672d24a753 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Thu, 3 Oct 2024 14:49:50 -0400 Subject: [PATCH] test: try enabling Lux tests on Mac --- test/runtests.jl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 901a44d42..1a42aba24 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -53,9 +53,7 @@ end @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