Skip to content

Commit

Permalink
Adjusted pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Schimpf committed Jun 2, 2020
1 parent 1ca642e commit e57e2ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ install:
- make
- ./rebar3 update
script:
- make format
- make test
- make coverage
- ./rebar3 as test coveralls send
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PULSE_TESTS = worker_pool_pulse

REBAR ?= ./rebar3

.PHONY: deps test docs xref dialyzer
.PHONY: deps test docs xref dialyzer format

all: compile

Expand Down Expand Up @@ -33,6 +33,9 @@ pulse:
${REBAR} compile -D PULSE
${REBAR} eunit -D PULSE skip_deps=true suite=$(PULSE_TESTS)

format:
${REBAR} format

test: compile
${REBAR} eunit

Expand Down

0 comments on commit e57e2ac

Please sign in to comment.