Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Tests/SwiftBuildTests/InspectBuildDescriptionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fileprivate struct InspectBuildDescriptionTests {
}
}

@Test(.requireSDKs(.macOS, .iOS))
@Test(.requireSDKs(.macOS))
func artifacts() async throws {
try await withTemporaryDirectory { (temporaryDirectory: NamedTemporaryDirectory) in
try await withAsyncDeferrable { deferrable in
Expand Down Expand Up @@ -307,7 +307,7 @@ fileprivate struct InspectBuildDescriptionTests {
}
}

@Test(.requireSDKs(.macOS))
@Test(.requireSDKs(.macOS, .iOS))
func selectConfiguredTargets() async throws {
try await withTemporaryDirectory { (temporaryDirectory: NamedTemporaryDirectory) in
try await withAsyncDeferrable { deferrable in
Expand Down