From e2646709fe528a1647e7732653e1d66c9d18c4ca Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Fri, 14 Oct 2022 01:15:11 +0200 Subject: [PATCH] run tests for mcgs only locally --- test/runtests.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 061fac8..afe48a4 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -24,7 +24,7 @@ include(joinpath(pathof(GroupsCore), "..", "..", "test", "conformance_test.jl")) _, t = @timed include("homomorphisms.jl") @info "homomorphisms.jl took $(round(t, digits=2))s" - if haskey(ENV, "CI") + if !haskey(ENV, "CI") _, t = @timed include("AutSigma_41.jl") @info "AutSigma_41 took $(round(t, digits=2))s" _, t = @timed include("AutSigma3.jl") @@ -36,5 +36,5 @@ include(joinpath(pathof(GroupsCore), "..", "..", "test", "conformance_test.jl")) end if !haskey(ENV, "CI") - include("benchmarks.jl") + include("benchmarks.jl") end