We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcbb35 commit c82027dCopy full SHA for c82027d
Makefile
@@ -143,10 +143,6 @@ test-js-watch: npm-dependencies ## Run JavaScript tests in watch mode
143
test-swift-package: build ## Run Swift package tests
144
$(call XCODEBUILD_CMD, test)
145
146
-.PHONY: test-swift-package-logic
147
-test-swift-package-logic:
148
- $(call XCODEBUILD_LOGIC_CMD, test)
149
-
150
.PHONY: test-android
151
test-android: ## Run Android tests
152
@echo "--- :android: Running Android Tests"
0 commit comments