Skip to content

Commit

Permalink
update makefile rule for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns authored and rwest committed Aug 1, 2023
1 parent 5772a30 commit 3ec31aa
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 @@ -62,7 +62,7 @@ test-all:
python-jl -m pytest

test test-unittests:
python-jl -m pytest -m "not functional not database"
python-jl -m pytest -m "not functional and not database"

test-functional:
python-jl -m pytest -m "functional"
Expand Down

0 comments on commit 3ec31aa

Please sign in to comment.