Skip to content

Commit ab2784e

Browse files
authored
Enable release mode builds (#552)
### Motivation: Some errors do not show up in debug builds. Enabling release mode builds improves the CI coverage. ### Modifications: Enable release mode builds for pull requests and scheduled builds on main. ### Result: Improved CI coverage.
1 parent 385f5bd commit ab2784e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,7 @@ jobs:
5959
static-sdk:
6060
name: Static SDK
6161
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
62+
63+
release-builds:
64+
name: Release builds
65+
uses: apple/swift-nio/.github/workflows/release_builds.yml@main

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,7 @@ jobs:
6666
static-sdk:
6767
name: Static SDK
6868
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
69+
70+
release-builds:
71+
name: Release builds
72+
uses: apple/swift-nio/.github/workflows/release_builds.yml@main

0 commit comments

Comments
 (0)