Skip to content

De-duplicate building during testing#1507

Merged
katiewasnothere merged 1 commit intoapple:mainfrom
noah-thor:coverage-skip-build
May 6, 2026
Merged

De-duplicate building during testing#1507
katiewasnothere merged 1 commit intoapple:mainfrom
noah-thor:coverage-skip-build

Conversation

@noah-thor
Copy link
Copy Markdown
Contributor

This utilizes swift test --skip-build in combination with a single big swift test compilation step. By doing this we reduce duplicated swift compilation between unit and integration.

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Motivation and Context

Coverage GitHub action is taking too long, so hopefully reducing duplicated work decreases time.

Testing

  • Tested locally
  • Added/updated tests
  • Added/updated docs

This utilizes swift test `--skip-build` in combination with a single
big swift test compilation step. By doing this we reduce duplicated
swift compilation between unit and integration.
@katiewasnothere katiewasnothere merged commit 3b724ae into apple:main May 6, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants