Skip to content

Commit 9111010

Browse files
authored
[CI] GitHub Actions - Support macOS testing
1 parent 7b45759 commit 9111010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
windows_build_command: 'Invoke-Program swift test --no-parallel'
2323
enable_linux_static_sdk_build: true
2424
linux_static_sdk_build_command: SWIFTBUILD_STATIC_LINK=1 LLBUILD_STATIC_LINK=1 swift build
25+
enable_macos_checks: true
2526
cmake-smoke-test:
2627
name: cmake-smoke-test
2728
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main

0 commit comments

Comments
 (0)