From a00d8d4689f8c37049163ee7ad99228f050ebdff Mon Sep 17 00:00:00 2001 From: richardreeve Date: Thu, 18 Jul 2024 00:31:12 +0100 Subject: [PATCH] Debugging test --- codemeta.json | 2 +- test/runtests.jl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/codemeta.json b/codemeta.json index 0f1af2b..a9ef3f1 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,7 +4,7 @@ "applicationCategory": "ecology", "codeRepository": "https://github.com/EcoJulia/Phylo.jl", "dateCreated": "2017-04-21", - "dateModified": "2024-07-17", + "dateModified": "2024-07-18", "datePublished": "2018-08-11", "description": "Package for creating and manipulating phylogenies in Julia", "downloadUrl": "https://github.com/EcoJulia/Phylo.jl/archive/refs/tags/v0.5.4.tar.gz", diff --git a/test/runtests.jl b/test/runtests.jl index 05c8267..62a3fa7 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -6,6 +6,8 @@ using Phylo using Pkg Pkg.develop(url = "https://github.com/richardreeve/ResearchSoftwareMetadata.jl.git") +using ResearchSoftwareMetadata +@error pwd() # Identify files in test/ that are testing matching files in src/ # - src/Source.jl will be matched by test/test_Source.jl