Skip to content

Commit

Permalink
Merge branch 'tickets/DM-41683'
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzm committed Nov 15, 2023
2 parents 05a9a04 + 0c0abd5 commit b232e10
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 @@ -31,7 +31,7 @@ test:
export CM_DATABASE_SCHEMA=cm_service_test && \
export CM_ARQ_REDIS_URL=redis://localhost:$${CM_ARQ_REDIS_PORT}/1 && \
export CM_ARQ_REDIS_PASSWORD=INSECURE-PASSWORD && \
pytest -vvv --cov=lsst.cmservice --cov-branch --cov-report=term --cov-report=html
pytest -vvv --cov=lsst.cmservice --cov-branch --cov-report=term --cov-report=html ${PYTEST_ARGS}

.PHONY: run
run:
Expand Down

0 comments on commit b232e10

Please sign in to comment.