Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,19 @@ jobs:
format_check_container_image: "swiftlang/swift:nightly-6.1-jammy"
yamllint_check_enabled: true

# https://github.com/apple/swift-nio/blob/main/.github/workflows/unit_tests.yml
unit-tests:
name: Unit tests
uses: apple/swift-nio/.github/workflows/unit_tests.yml@main
with:
linux_5_9_enabled: false
linux_5_10_enabled: false
linux_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error"
linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error"
linux_6_0_enabled: true
# this currently resolves to 6.1 nightly
linux_nightly_next_enabled: true
# this currently resolves to 6.2.dev
# It crashes some of our tests https://github.com/swift-server/swift-aws-lambda-runtime/issues/509
linux_nightly_main_enabled: false

integration-tests:
name: Integration Tests
Expand Down