From 5afeba656b96724250f8c7c0f6e300e2863f4a52 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Thu, 26 Aug 2021 17:17:26 +0200 Subject: [PATCH] check if .zenodo.json is valid --- test/runtests.jl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/runtests.jl b/test/runtests.jl index 7e4150ff..fa8d9099 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -12,6 +12,11 @@ using LibGit2 import GeometryBasics using Dates using RecipesBase +using JSON + +@testset "Infrastructure" begin + @test_nowarn JSON.Parser.parse(String(read(joinpath(dirname(pathof(Plots)), "..", ".zenodo.json")))) +end @testset "Plotly standalone" begin @test_nowarn Plots._init_ijulia_plotting()