Skip to content

Commit

Permalink
fix Makefile to point to correct tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWitty committed Oct 26, 2023
1 parent 1476799 commit dc10213
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 @@ -5,6 +5,6 @@ format:
./scripts/clean.sh

tests: lint FORCE
pytest -v test -n auto
pytest -v tests -n auto

FORCE:

0 comments on commit dc10213

Please sign in to comment.