Skip to content

Commit

Permalink
test: try enabling Lux tests on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Oct 3, 2024
1 parent f3c65db commit 2363d60
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2363d60

Please sign in to comment.