From c77ff10cb4ef3f764967127e9583e2a7ca0bbb9f Mon Sep 17 00:00:00 2001 From: Mauro Romito Date: Mon, 27 Apr 2026 11:22:30 +0200 Subject: [PATCH] use the default preview tests configuration --- Tools/Sources/Commands/CI/UnitTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/Sources/Commands/CI/UnitTests.swift b/Tools/Sources/Commands/CI/UnitTests.swift index 9a9e15464..ef83ec783 100644 --- a/Tools/Sources/Commands/CI/UnitTests.swift +++ b/Tools/Sources/Commands/CI/UnitTests.swift @@ -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)") }