From 0ff3925ea67ce56cb7035880544992938315caab Mon Sep 17 00:00:00 2001 From: Josh Berdine Date: Tue, 5 Mar 2019 09:01:55 -0800 Subject: [PATCH] [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 --- sledge/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sledge/Makefile b/sledge/Makefile index 93fcc6c44..011c932ed 100644 --- a/sledge/Makefile +++ b/sledge/Makefile @@ -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