Skip to content

Commit b1c9b63

Browse files
committed
Update Makefile
1 parent 7173992 commit b1c9b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install:
77
test-GH:
88
coverage run -a --branch -m policyengine_core.scripts.policyengine_command test fiscalsim_us/tests/policy/ -c fiscalsim_us
99
coverage xml -i
10-
pytest fiscalsim_us/tests/ "not local" --maxfail=0
10+
pytest -m fiscalsim_us/tests/ "not local" --maxfail=0
1111
test-local:
1212
coverage run -a --branch -m policyengine_core.scripts.policyengine_command test fiscalsim_us/tests/policy/ -c fiscalsim_us
1313
coverage xml -i

0 commit comments

Comments
 (0)