Skip to content

Commit 178f513

Browse files
Merge pull request #316 from stephentyrone/enable-macos-github
Enable macos checks via github workflows.
2 parents 167fe9b + 3403d50 commit 178f513

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
@@ -12,6 +12,7 @@ jobs:
1212
name: Test
1313
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1414
with:
15+
enable_macos_checks: true
1516
windows_exclude_swift_versions: '[{"swift_version": "5.9"}]'
1617
enable_wasm_sdk_build: true
1718
wasm_sdk_build_command: swift build --target Numerics

0 commit comments

Comments
 (0)