Skip to content

Commit 6fcd846

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 222bf1b commit 6fcd846

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
name: macOS tests
3232
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
3333
with:
34+
runner_pool: nightly
3435
build_scheme: swift-log

.github/workflows/pull_request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,10 @@ jobs:
3030
cxx-interop:
3131
name: Cxx interop
3232
uses: apple/swift-nio/.github/workflows/cxx_interop.yml@main
33+
34+
macos-tests:
35+
name: macOS tests
36+
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
37+
with:
38+
runner_pool: general
39+
build_scheme: swift-log

0 commit comments

Comments
 (0)