Skip to content

Commit

Permalink
Fix filepath target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mdujava committed Jul 21, 2022
1 parent 558086c commit 5ac0332
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 5ac0332

Please sign in to comment.