From 26c7397cf337ddd04fe3671730b9414bc66c6fe1 Mon Sep 17 00:00:00 2001 From: Sasha Weiss Date: Mon, 5 Jan 2026 15:49:02 -0800 Subject: [PATCH] Remove make test command --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index f229a08968..49e6ae23c4 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,3 @@ backup-tests-setup: .PHONY: fetch-ringrtc fetch-ringrtc: $(CURDIR)/Pods/SignalRingRTC/bin/set-up-for-cocoapods - -.PHONY: test -test: dependencies - bundle exec fastlane scan --scheme ${SCHEME}