Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Fix ci-test command.
Browse files Browse the repository at this point in the history
  • Loading branch information
seandstewart committed Jan 26, 2021
1 parent cab4d59 commit e344695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -85,7 +85,7 @@ certificate:
ci-test: $(REDIS_TARGETS)
$(PYTEST) \
--cov --cov-report=xml -vvvs\
$(foreach $(REDIS_TARGETS),--redis-server=$T)
$(foreach T,$(REDIS_TARGETS),--redis-server=$T)

ci-test-%: $(INSTALL_DIR)/%/redis-server
$(PYTEST) --cov
Expand Down

0 comments on commit e344695

Please sign in to comment.