Skip to content

Commit

Permalink
add 'make check' as a counterpart to 'test'
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed May 8, 2022
1 parent 86548bf commit 9bd02a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: make test
- if: ${{ matrix.otp_vsn == 'slim' }}
shell: bash
run: make elvis docs
run: make check docs

# PUBLISH TAGS

Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ test: eunit ct xref dialyzer proper cover
elvis:
REBAR_CONFIG=$(REBAR_CONFIG) $(REBAR3) lint

.PHONY: check
check: elvis

.PHONY: eunit
eunit:
@ $(MAKE) clean-tests
Expand Down

0 comments on commit 9bd02a6

Please sign in to comment.