We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 389615e + 925c088 commit 94f3ffaCopy full SHA for 94f3ffa
1 file changed
test/runtests.jl
@@ -146,6 +146,11 @@ if GROUP == "QA"
146
end
147
148
if GROUP == "All" || GROUP == "Core"
149
+ @testset "Benchmarks are valid" verbose = true begin
150
+ # https://github.com/pogudingleb/RationalFunctionFields.jl uses this
151
+ include(joinpath(dirname(dirname(pathof(StructuralIdentifiability))), "benchmarking", "benchmarks.jl"))
152
+ end
153
+
154
@time @testset "All the tests" verbose = true begin
155
for test_file in all_tests
156
if !contains(test_file, "qa.jl")
0 commit comments