Skip to content

Commit 5128b18

Browse files
committed
Move precompiled modules test above the un-safe distributed test.
1 parent 096e762 commit 5128b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ using SafeTestsets, Test
2929
@safetestset "Depdendency Graph Test" begin include("dep_graphs.jl") end
3030
@safetestset "Function Registration Test" begin include("function_registration.jl") end
3131
@safetestset "Array of Array Test" begin include("build_function_arrayofarray.jl") end
32+
@safetestset "Precompiled Modules Test" begin include("precompile_test.jl") end
3233
@testset "Distributed Test" begin include("distributed.jl") end
3334
@safetestset "Variable Utils Test" begin include("variable_utils.jl") end
3435
println("Last test requires gcc available in the path!")
3536
@safetestset "C Compilation Test" begin include("ccompile.jl") end
3637
@safetestset "Latexify recipes Test" begin include("latexify.jl") end
37-
@safetestset "Precompiled Modules Test" begin include("precompile_test.jl") end

0 commit comments

Comments
 (0)