We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4887f39 commit a4c4ea3Copy full SHA for a4c4ea3
Makefile
@@ -116,14 +116,14 @@ fmt: ## Run Swift file formatter
116
$(FMTFLAGS) .
117
118
.PHONY: test
119
-test: $(XCPROJECT) $(addprefix $(PROJECT)/Resources/,$(MUTAGEN_RESOURCES)) ## Run all tests
+test: $(addprefix $(PROJECT)/Resources/,$(MUTAGEN_RESOURCES)) $(XCPROJECT) ## Run all tests
120
set -o pipefail && xcodebuild test \
121
-project $(XCPROJECT) \
122
-scheme $(SCHEME) \
123
-testPlan $(TEST_PLAN) \
124
-skipPackagePluginValidation \
125
CODE_SIGNING_REQUIRED=NO \
126
- CODE_SIGNING_ALLOWED=NO | xcbeautify
+ CODE_SIGNING_ALLOWED=NO
127
128
.PHONY: lint
129
lint: lint/swift lint/actions ## Lint all files in the repo
0 commit comments