Skip to content

Commit 6b94315

Browse files
committed
Enable macOS CI on pull requests
Motivation: * Improve test coverage Modifications: Enable macOS CI to be run on pull request commits and make the use of the nightly runner pool for main.yml jobs explicit. Result: Improved test coverage.
1 parent 159ef99 commit 6b94315

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ jobs:
5656
name: macOS tests
5757
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
5858
with:
59+
runner_pool: nightly
5960
build_scheme: swift-nio-http2-Package

.github/workflows/pull_request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,10 @@ jobs:
5555
with:
5656
name: "Examples"
5757
matrix_string: '${{ needs.construct-integration-tests-matrix.outputs.integration-tests-matrix }}'
58+
59+
macos-tests:
60+
name: macOS tests
61+
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
62+
with:
63+
runner_pool: general
64+
build_scheme: swift-nio-http2-Package

0 commit comments

Comments
 (0)