Skip to content

Commit

Permalink
temporarily outputting test run outputs to console for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdash committed Oct 11, 2024
1 parent 04a8460 commit 7ffa618
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 @@ -23,7 +23,7 @@ test-cov:

.PHONY: test-cov-gh-action
test-cov-gh-action:
docker exec dsp_dev_dspback pytest tests --cov=dspback --cache-clear > pytest-coverage.txt
docker exec dsp_dev_dspback pytest tests -vv --cov=dspback --cache-clear

.PHONY: default-env
default-env:
Expand Down

0 comments on commit 7ffa618

Please sign in to comment.