Skip to content

Commit 64021b3

Browse files
authored
Enable release mode builds (#850)
### 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 0b6f957 commit 64021b3

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
@@ -21,3 +21,7 @@ jobs:
2121
name: Static SDK
2222
# Workaround https://github.com/nektos/act/issues/1875
2323
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
24+
25+
release-builds:
26+
name: Release builds
27+
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
@@ -30,3 +30,7 @@ jobs:
3030
name: Static SDK
3131
# Workaround https://github.com/nektos/act/issues/1875
3232
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
33+
34+
release-builds:
35+
name: Release builds
36+
uses: apple/swift-nio/.github/workflows/release_builds.yml@main

0 commit comments

Comments
 (0)