Skip to content

Commit

Permalink
prove needs to look in lib
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Dec 4, 2024
1 parent 928d88c commit 9abfdb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.repo
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ test: ## run all tests (with current env)

.PHONY: test_all
test_all: ## test all YAML files
env TEST_CHANGED_ONLY=0 prove -b -r xt
env TEST_CHANGED_ONLY=0 prove -Ilib -b -r xt

.PHONY: test_new
test_new: ## only test the new YAML files
env TEST_CHANGED_ONLY=1 prove -b -r xt
env TEST_CHANGED_ONLY=1 prove -Ilib -b -r xt

######################################################################
# https://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
Expand Down

0 comments on commit 9abfdb9

Please sign in to comment.