Skip to content

Commit

Permalink
chore: Remove cover option to temporarily fix meck.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Oct 18, 2024
1 parent 259ea60 commit 7dc0257
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 @@ -24,7 +24,7 @@ doc:

tests:
docker run --name ld-test-redis -p 6379:6379 -d redis
@$(REBAR3) ct --dir="test,test-redis" --logdir logs/ct --cover
@$(REBAR3) ct --dir="test,test-redis" --logdir logs/ct
docker rm --force ld-test-redis

#This is used in running releaser. In this environment we do not want to run the redis tests.
Expand Down

0 comments on commit 7dc0257

Please sign in to comment.