From 30cee5f4c1dac7940f0e4cc85817138254237ce5 Mon Sep 17 00:00:00 2001 From: Carlo Lucibello Date: Fri, 25 Nov 2022 10:19:05 +0100 Subject: [PATCH] ops --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index f39eb81..2707d78 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -7,6 +7,7 @@ using StaticArrays include("basics.jl") include("base.jl") + include("flexiblefunctors.jl") # if VERSION < v"1.6" # || VERSION > v"1.7-" # @warn "skipping doctests, on Julia $VERSION"