Skip to content

Commit

Permalink
Speed up for local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoppen committed Oct 24, 2024
1 parent 39ee6a2 commit bf088e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ jobs:
} >> "$GITHUB_OUTPUT"
test_debug:
name: Test in Debug configuration
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@windows-pre-build
uses: ahoppen/github-workflows/.github/workflows/swift_package_test.yml@windows-pre-build
needs: create_release_commits
with:
linux_exclude_swift_versions: '[{"swift_version": "5.8"}, {"swift_version": "5.9"}, {"swift_version": "5.10"}, {"swift_version": "nightly-main"}, {"swift_version": "nightly-6.0"}]'
linux_pre_build_command: |
git config --global --add safe.directory "$(realpath .)"
git config --local user.name 'swift-ci'
Expand All @@ -116,8 +117,9 @@ jobs:
windows_build_command: swift test -Xswiftc -warnings-as-errors
test_release:
name: Test in Release configuration
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@windows-pre-build
uses: ahoppen/github-workflows/.github/workflows/swift_package_test.yml@windows-pre-build
needs: create_release_commits
if: false
with:
linux_pre_build_command: |
git config --global --add safe.directory "$(realpath .)"
Expand Down

0 comments on commit bf088e0

Please sign in to comment.