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 8, 2023
1 parent fdf5cb3 commit 38b5581
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 38b5581

Please sign in to comment.