[sledge] Do not auto-promote test results

Summary:
Change in workflow to avoid
https://github.com/ocaml-ppx/ocamlformat/issues/649

Reviewed By: mbouaziz

Differential Revision: D14323548

fbshipit-source-id: e4f7a0dc8
master
Josh Berdine 6 years ago committed by Facebook Github Bot
parent 89e2e30fb2
commit 0ff3925ea6

@ -40,6 +40,10 @@ watch: setup
.PHONY: test
test: setup
dune build @_build/dev/runtest
.PHONY: promote
promote: setup
dune build @_build/dev/runtest --auto-promote
BISECT_DIR=$(CURDIR)/_coverage/out

Loading…
Cancel
Save