Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Oct 3, 2024
1 parent 7173992 commit b1c9b63
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 @@ -7,7 +7,7 @@ install:
test-GH:
coverage run -a --branch -m policyengine_core.scripts.policyengine_command test fiscalsim_us/tests/policy/ -c fiscalsim_us
coverage xml -i
pytest fiscalsim_us/tests/ "not local" --maxfail=0
pytest -m fiscalsim_us/tests/ "not local" --maxfail=0
test-local:
coverage run -a --branch -m policyengine_core.scripts.policyengine_command test fiscalsim_us/tests/policy/ -c fiscalsim_us
coverage xml -i
Expand Down

0 comments on commit b1c9b63

Please sign in to comment.