We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abff33 commit 9600b26Copy full SHA for 9600b26
test/runtests.jl
@@ -52,7 +52,9 @@ end
52
@testset "Neural Networks" begin
53
@safetestset "NNlib Primitives" include("nn/nnlib.jl")
54
@safetestset "Flux.jl Integration" include("nn/flux.jl")
55
- @safetestset "LuxLib Primitives" include("nn/luxlib.jl")
56
- @safetestset "Lux Integration" include("nn/lux.jl")
+ if Sys.islinux()
+ @safetestset "LuxLib Primitives" include("nn/luxlib.jl")
57
+ @safetestset "Lux Integration" include("nn/lux.jl")
58
+ end
59
end
60
0 commit comments