Skip to content

Commit 335d420

Browse files
test: try enabling Lux tests on Mac (#150)
* test: try enabling Lux tests on Mac * Update test/runtests.jl * Update test/runtests.jl * Update test/runtests.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a3d2cec commit 335d420

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/runtests.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ const REACTANT_TEST_GROUP = lowercase(get(ENV, "REACTANT_TEST_GROUP", "all"))
6868
if REACTANT_TEST_GROUP == "all" || REACTANT_TEST_GROUP == "neural_networks"
6969
@safetestset "NNlib Primitives" include("nn/nnlib.jl")
7070
@safetestset "Flux.jl Integration" include("nn/flux.jl")
71-
if Sys.islinux()
72-
@safetestset "LuxLib Primitives" include("nn/luxlib.jl")
73-
@safetestset "Lux Integration" include("nn/lux.jl")
74-
end
71+
@safetestset "LuxLib Primitives" include("nn/luxlib.jl")
72+
@safetestset "Lux Integration" include("nn/lux.jl")
7573
end
7674
end

0 commit comments

Comments
 (0)