Skip to content

Commit 6226399

Browse files
committed
Allow skipping canSwiftPMCompileForIOS on CI
1 parent d1796d7 commit 6226399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SKTestSupport/SkipUnless.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ package actor SkipUnless {
481481
file: StaticString = #filePath,
482482
line: UInt = #line
483483
) async throws {
484-
return try await shared.skipUnlessSupported(file: file, line: line) {
484+
return try await shared.skipUnlessSupported(allowSkippingInCI: true, file: file, line: line) {
485485
#if os(macOS)
486486
let project = try await SwiftPMTestProject(files: [
487487
"MyFile.swift": """

0 commit comments

Comments
 (0)