Skip to content

Commit

Permalink
build(makefile): add test target
Browse files Browse the repository at this point in the history
will run the collection wide molecule tests
  • Loading branch information
donhector committed Feb 23, 2022
1 parent da5f3da commit 017d22d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ update:
security:
$(call hr)
@pipenv check

## Test collection
.PHONY: test
test:
$(call hr)
@make -C donhector/workstation test

0 comments on commit 017d22d

Please sign in to comment.