From 513e7ce794056076f16d898bef15ff0d01c50e99 Mon Sep 17 00:00:00 2001 From: Dianna Date: Mon, 4 Nov 2024 21:07:40 +0000 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20build=20tests=20twice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b1b24a4..a2066810 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: run: | swift --version swift build -c release \ - --product ssgc \ + --build-tests \ --explicit-target-dependency-import-check=error \ -Xcxx -I$SWIFT_INSTALLATION/lib/swift \ -Xcxx -I$SWIFT_INSTALLATION/lib/swift/Block @@ -71,6 +71,7 @@ jobs: - name: Validate packages run: | swift test -c release \ + --skip-build \ --filter SymbolGraphValidationTests \ -Xcxx -I$SWIFT_INSTALLATION/lib/swift \ -Xcxx -I$SWIFT_INSTALLATION/lib/swift/Block