Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit c5fcc65

Browse files
authored
Enable macOS CI on pull requests (#48)
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 5866fb5 commit c5fcc65

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
@@ -21,4 +21,5 @@ jobs:
2121
name: macOS tests
2222
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
2323
with:
24+
runner_pool: nightly
2425
build_scheme: swift-distributed-tracing-extras

.github/workflows/pull_request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,10 @@ jobs:
2525
cxx-interop:
2626
name: Cxx interop
2727
uses: apple/swift-nio/.github/workflows/cxx_interop.yml@main
28+
29+
macos-tests:
30+
name: macOS tests
31+
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
32+
with:
33+
runner_pool: general
34+
build_scheme: swift-distributed-tracing-extras

0 commit comments

Comments
 (0)