Skip to content

Commit

Permalink
ci: ct report progress
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Sep 28, 2023
1 parent 98adf3d commit fb96dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ xref:

.PHONY: eunit
eunit:
$(REBAR) eunit -v -c --cover_export_name eunit
$(REBAR) eunit -v -c --cover_export_name eunit

.PHONY: ct
ct:
QUICER_USE_SNK=1 $(REBAR) as test ct -v
QUICER_USE_SNK=1 $(REBAR) as test ct -v --readable=true

.PHONY: cover
cover: eunit
Expand Down

0 comments on commit fb96dfe

Please sign in to comment.