Skip to content

Commit a150617

Browse files
authored
test(ci): force crash
1 parent fdd6b4b commit a150617

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/ArchiveDetective/main.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ struct ArchiveDetective {
44
static func main() async {
55
print("🔥 ArchiveDetective is running")
66
print("🧪 Test build with random number: \(Int.random(in: 0...999))")
7-
fflush(stdout)
8-
exit(0)
7+
fatalError("🔥 FORCING A CRASH TO CONFIRM EXECUTION")
98
}
109
}

0 commit comments

Comments
 (0)