Skip to content

Commit 2253a59

Browse files
JacksonBurnsrwest
authored andcommitted
update makefile rule for unit tests
see ReactionMechanismGenerator#2504 (comment)
1 parent 0f9795c commit 2253a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test-all:
6262
python-jl -m pytest
6363

6464
test test-unittests:
65-
python-jl -m pytest -m "not functional not database"
65+
python-jl -m pytest -m "not functional and not database"
6666

6767
test-functional:
6868
python-jl -m pytest -m "functional"

0 commit comments

Comments
 (0)