Skip to content

Commit

Permalink
[ocamlformat] Temporarily turn off ocamlformat test
Browse files Browse the repository at this point in the history
Summary: ^^

Reviewed By: ngorogiannis

Differential Revision:
D59684894

Privacy Context Container: L1208441

fbshipit-source-id: 57c946286754663a17000ee04cb046d65ff2e9e8
  • Loading branch information
skcho authored and facebook-github-bot committed Jul 12, 2024
1 parent a929d7a commit a4f2c0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infer/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ runtest: $(SRC_BUILD_COMMON) $(MAKEFILE_LIST)
runtest_formatted: $(SRC_BUILD_COMMON) $(MAKEFILE_LIST) runtest
BYTE_MODE=true $(DUNE_BUILD) @fmt --auto-promote

# TODO: We turn off the format test temporarily.
.PHONY: test
test: $(SRC_BUILD_COMMON) $(MAKEFILE_LIST) runtest_formatted
test: $(SRC_BUILD_COMMON) $(MAKEFILE_LIST) runtest # runtest_formatted
BYTE_MODE=true $(DUNE_BUILD) \
$(INFER_MAIN).bc.exe scripts/$(CHECKCOPYRIGHT_MAIN).bc.exe $(INFERUNIT_MAIN).bc.exe $(INFERTOP_MAIN).bc.exe

Expand Down

0 comments on commit a4f2c0a

Please sign in to comment.