Skip to content

Commit 2474a8d

Browse files
test: check failures with SciMLSensitivity + SII
1 parent 839bd63 commit 2474a8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/runtests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ using SafeTestsets
33
using Test
44
using SciMLBase
55

6+
# test with a different SciMLSensitivity branch to see full list of
7+
# failures
8+
Pkg.add(url = "https://github.com/SciML/SciMLSensitivity.jl", rev = "dg/ss")
9+
610
# https://github.com/JuliaArrays/FillArrays.jl/pull/163
711
@test_broken isempty(detect_ambiguities(SciMLBase))
812

0 commit comments

Comments
 (0)