don't run benchmarks during CI

This commit is contained in:
Marek Kaluba 2021-06-21 16:39:54 +02:00
parent 37241e5b25
commit 25934e70f4
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
1 changed files with 4 additions and 1 deletions

View File

@ -35,6 +35,9 @@ using LinearAlgebra
include("fp_groups.jl")
include("AutFn.jl")
include("benchmarks.jl")
if !haskey(ENV, "CI")
include("benchmarks.jl")
end
end
end