use the default preview tests configuration

This commit is contained in:
Mauro Romito
2026-04-27 11:22:30 +02:00
committed by Mauro
parent 13892384e8
commit c77ff10cb4

View File

@@ -35,7 +35,7 @@ struct UnitTests: AsyncParsableCommand {
if !skipPreviews {
do {
try await PreviewTests.parse(["--os-version", osVersion]).run()
try await PreviewTests.parse([]).run()
} catch {
failures.append("Preview tests failed: \(error)")
}