Skip to content

Commit e752991

Browse files
committed
Keep tests off to avoid timeout but still build them
1 parent a56880d commit e752991

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
linux_os_versions: '["amazonlinux2", "bookworm", "noble", "jammy", "rhel-ubi9"]'
2020
linux_swift_versions: '["nightly-main"]'
2121
linux_pre_build_command: ./.github/scripts/prebuild.sh
22-
linux_build_command: 'swift build'
22+
linux_build_command: 'swift build --build-tests'
2323
windows_swift_versions: '["nightly-main"]'
2424
windows_pre_build_command: 'Invoke-Program .\.github\scripts\prebuild.ps1'
25-
windows_build_command: 'Invoke-Program swift build'
25+
windows_build_command: 'Invoke-Program swift build --build-tests'
2626
enable_ios_checks: true
2727
enable_macos_checks: true
2828
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.3\"}, {\"xcode_version\": \"16.4\"}]"
29-
macos_build_command: 'swift build'
29+
macos_build_command: 'swift build --build-tests'
3030
enable_android_sdk_build: true
3131
android_sdk_build_command: "swift build --build-tests"
3232
android_ndk_versions: '["r27d", "r29"]'

0 commit comments

Comments
 (0)