Skip to content

Commit

Permalink
Merge pull request #26 from mdujava/make_target
Browse files Browse the repository at this point in the history
Fix filepath target in Makefile
  • Loading branch information
pehala authored Aug 3, 2022
2 parents 6e0eeeb + 5ac0332 commit 84a2638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ all-is-package:

# pattern to run individual testfile or all testfiles in directory
testsuite/%: FORCE pipenv
$(PYTEST) -v --performance --ui --disruptive --toolbox $(flags) $@
$(PYTEST) -v $(flags) $@

test: ## Run test
test pytest tests: pipenv
Expand Down

0 comments on commit 84a2638

Please sign in to comment.