Skip to content

Commit

Permalink
Fix test command (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoinarovskyi committed Jun 22, 2020
1 parent ccbd39e commit 597ab1c
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 @@ -28,7 +28,7 @@ ci-test-unit:
py.test -s --log-level DEBUG --cov aiokafka --cov-report xml --color=yes $(FLAGS) tests

ci-test-all:
py.test -s -v --log-level DEBUG --cov aiokafka --cov-report xml --docker-image --color=yes $(DOCKER_IMAGE) $(FLAGS) tests
py.test -s -v --log-level DEBUG --cov aiokafka --cov-report xml --color=yes --docker-image $(DOCKER_IMAGE) $(FLAGS) tests

coverage.xml: .coverage
coverage xml
Expand Down

0 comments on commit 597ab1c

Please sign in to comment.