diff --git a/test/runtests.jl b/test/runtests.jl index c9ad112..8ebf6d1 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -42,11 +42,5 @@ if !is_ci() # only test if not CI """ @test result ≈ expected_result end - -else - - println(pwd()) - s = read("../deps/build.log", String) - print(s) - + end