Skip to content

Commit ac98087

Browse files
authored
Merge pull request #613 from ajwheeler/run-all-tests
move test for method ambiguities inside outermost testset
2 parents 6732821 + 9935b1d commit ac98087

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ using Test, SharedArrays, Random, ColorVectorSpace
77
using StaticArrays, WoodburyMatrices
88
using Interpolations
99

10-
@test isempty(detect_ambiguities(Interpolations))
1110

1211
const isci = get(ENV, "CI", "") in ("true", "True")
1312

1413
@testset "Interpolations" begin
14+
@test isempty(detect_ambiguities(Interpolations))
15+
1516
include("core.jl")
1617
# Hermite interpolation tests
1718
include("cubic_hermite.jl")

0 commit comments

Comments
 (0)