Skip to content

Commit

Permalink
Don't run removed tests of libuv backend
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterDA committed Jul 18, 2023
1 parent f83bcf3 commit 0e22bae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ coverage :
rm -rf _build/default/test/ppx_expect
find _build -name '*.coverage' | xargs rm -f
BISECT_ENABLE=yes dune runtest --force
BISECT_ENABLE=yes dune build @runtest_libuv --force
bisect-ppx-report html $(EXPECTED_FILES)
bisect-ppx-report summary
@echo See _coverage/index.html

0 comments on commit 0e22bae

Please sign in to comment.