Skip to content

Commit

Permalink
add back removed blankline
Browse files Browse the repository at this point in the history
  • Loading branch information
purva-thakre committed Jul 3, 2024
1 parent 8e9da38 commit 3817e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ requirements: requirements/requirements.txt
.PHONY: test
test:
pytest -n auto -v --cov=mitiq --cov-report=term --cov-report=xml --ignore=mitiq/interface/mitiq_pyquil

.PHONY: test-%
test-%:
pytest -n auto -v --cov=mitiq --cov-report=term --cov-report=xml */$(*)/*
Expand Down

0 comments on commit 3817e18

Please sign in to comment.