Skip to content

Commit

Permalink
Always run tests when running make test or make coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanlong committed May 31, 2018
1 parent f5855ec commit 5e78a20
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 @@ -5,12 +5,12 @@ clean:
@jbuilder clean

coverage: clean
@BISECT_ENABLE=YES jbuilder runtest --dev
@BISECT_ENABLE=YES jbuilder runtest --dev --force
@bisect-ppx-report -I _build/default/ -html _coverage/ \
`find . -name 'bisect*.out'`

test:
@jbuilder runtest --dev
@jbuilder runtest --dev --force

# until we have https://github.com/ocaml/opam-publish/issues/38
REPO=../opam-repository
Expand Down

0 comments on commit 5e78a20

Please sign in to comment.