don't run benchmarks during CI

This commit is contained in:
Marek Kaluba 2021-06-19 00:38:11 +02:00
parent 33086db01d
commit ef1a2f88da
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
1 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,8 @@ using LinearAlgebra
include("AutFn.jl")
include("AutSigma_41.jl")
include("benchmarks.jl")
if !haskey(ENV, "CI")
include("benchmarks.jl")
end
end
end