Skip to content

Commit

Permalink
Debugging test
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Jul 17, 2024
1 parent 0c8c76c commit a00d8d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a00d8d4

Please sign in to comment.