Skip to content

Commit

Permalink
Remove implicit rebar profiles when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tolbrino committed Nov 6, 2018
1 parent b07fa21 commit 4e8cbf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -16,8 +16,8 @@ clean-all: clean
rm -rf _build

test:
$(REBAR3) as test do eunit
$(REBAR3) as test do ct
$(REBAR3) do eunit
$(REBAR3) do ct

xref:
$(REBAR3) xref
Expand Down

0 comments on commit 4e8cbf8

Please sign in to comment.