Skip to content

Commit

Permalink
add credo to test in make
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmonjo committed Nov 4, 2017
1 parent 8712437 commit 42b56d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ docker:
docker push robinmonjo/coincoin

test: dep
mix credo
mix format --check-formatted
mix test

Expand Down

0 comments on commit 42b56d3

Please sign in to comment.