We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b45759 commit 9111010Copy full SHA for 9111010
.github/workflows/pull_request.yml
@@ -22,6 +22,7 @@ jobs:
22
windows_build_command: 'Invoke-Program swift test --no-parallel'
23
enable_linux_static_sdk_build: true
24
linux_static_sdk_build_command: SWIFTBUILD_STATIC_LINK=1 LLBUILD_STATIC_LINK=1 swift build
25
+ enable_macos_checks: true
26
cmake-smoke-test:
27
name: cmake-smoke-test
28
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
0 commit comments