Skip to content

Commit

Permalink
Enable Build action on AllTests scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietro Caselani committed Jan 1, 2020
1 parent d734272 commit 25933a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -661,11 +661,13 @@ enum AllTests {
static let name = "AllTests"

static func scheme() -> Scheme {
let allTargetNames = allTargets().map { $0.name }
let testTargetNames = alliOSTestTargets().map { $0.name }

return Scheme(
name: AllTests.name,
shared: true,
buildAction: BuildAction(targets: allTargetNames),
testAction: TestAction(targets: testTargetNames)
)
}
Expand Down

0 comments on commit 25933a2

Please sign in to comment.