From 63b8db2f8c0c3733a96afab55da0c77a719bc3e8 Mon Sep 17 00:00:00 2001 From: Josh Berdine Date: Mon, 2 Mar 2020 08:42:39 -0800 Subject: [PATCH] [sledge] Reformat after promoting tests Summary: The result of promoting expect tests is not necessarily formatted, so try to reduce iterations by formatting after testing. Reviewed By: ngorogiannis Differential Revision: D20004973 fbshipit-source-id: 53af4c034 --- sledge/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sledge/Makefile b/sledge/Makefile index 220a1faf9..0786731c1 100644 --- a/sledge/Makefile +++ b/sledge/Makefile @@ -67,7 +67,8 @@ watch: setup .PHONY: test test: setup - dune build @_build/dbg/runtest --auto-promote + -dune build @_build/dbg/runtest --auto-promote + dune build $(FMTS) --auto-promote .PHONY: ci-test ci-test: setup