Skip to content

Commit 389bda6

Browse files
committed
retry
1 parent 430ef28 commit 389bda6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Coder Desktop/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ fmt:
1313
swiftformat $(FMTFLAGS) .
1414

1515
test:
16-
xcodebuild clean test \
16+
xcodebuild test \
1717
-project $(PROJECT) \
1818
-scheme $(SCHEME) \
1919
-testPlan $(SCHEME) \
2020
-skipPackagePluginValidation \
2121
CODE_SIGNING_REQUIRED=NO \
22-
CODE_SIGNING_ALLOWED=NO
22+
CODE_SIGNING_ALLOWED=NO | xcpretty
2323

2424
lint:
2525
swiftlint \

0 commit comments

Comments
 (0)