We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65f227 commit c06ade7Copy full SHA for c06ade7
Coder Desktop/Coder Desktop.xctestplan
@@ -25,6 +25,7 @@
25
}
26
},
27
{
28
+ "enabled" : false,
29
"parallelizable" : true,
30
"target" : {
31
"containerPath" : "container:Coder Desktop.xcodeproj",
Coder Desktop/Makefile
@@ -13,14 +13,18 @@ fmt:
13
swiftformat $(FMTFLAGS) .
14
15
test:
16
- xcodebuild test-without-building \
+ xcodebuild test \
17
-project $(PROJECT) \
18
-scheme $(SCHEME) \
19
-testPlan $(SCHEME) \
20
- -skipPackagePluginValidation
+ -skipPackagePluginValidation \
21
+ CODE_SIGNING_REQUIRED=NO
22
23
lint:
- swiftlint --strict --quiet $(LINTFLAGS)
24
+ swiftlint \
+ --working-directory ../ \
+ --strict \
+ --quiet $(LINTFLAGS)
clean:
xcodebuild clean \
0 commit comments