Skip to content

Commit

Permalink
Add "test" command in makefile (#2345)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hetarth02 authored Nov 13, 2023
1 parent 7f7c4bd commit 28c5186
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ changelog:
themes: docs-instantiate
${JULIA} --project=docs -e 'using DocumenterTools; DocumenterTools.Themes.compile_native_themes()'

test:
${JULIA} --project -e 'using Pkg; Pkg.test()'

help:
@echo "The following make commands are available:"
@echo " - make changelog: update all links in CHANGELOG.md's footer"
Expand Down

0 comments on commit 28c5186

Please sign in to comment.