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 3, 2023
1 parent 0f9795c commit 2253a59
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 2253a59

Please sign in to comment.