Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jul 13, 2019
1 parent d90ce7b commit 5fc07ee
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ using Test
@testset "smoke test" begin
@test Run.docs(joinpath(@__DIR__, "..", "docs")) isa Any
@test Run.test(PackageSpec(
name = "UniversalIdentity",
url = "https://github.com/tkf/UniversalIdentity.jl",
name = "InitialValues",
url = "https://github.com/tkf/InitialValues.jl",
rev = "62b240fb85836b9731b0a893e446a9c90311afce",
)) isa Any
@test Run.test(PackageSpec(
name = "UniversalIdentity",
url = "https://github.com/tkf/UniversalIdentity.jl",
name = "InitialValues",
url = "https://github.com/tkf/InitialValues.jl",
rev = "62b240fb85836b9731b0a893e446a9c90311afce",
); inline=false) isa Any
end

0 comments on commit 5fc07ee

Please sign in to comment.