You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some functionality in this library will vary depending on the platform and version of Swift. This can be challenging for a developer to test locally. If possible, we should set up test pipelines on macOS, Linux and Windows.
📝 Notes
Supporting Linux is desirable and Windows would be lower priority
macOS can execute tests via xcodebuild test or swift test
Tests can be run in parallel using swift test --parallel
👩🔧 Technical Design Notes
I've attached the GitHub Actions I had previously been using. We can convert these to Buildkite pipelines. GitHub Actions.zip
The text was updated successfully, but these errors were encountered:
💬 Context
Some functionality in this library will vary depending on the platform and version of Swift. This can be challenging for a developer to test locally. If possible, we should set up test pipelines on macOS, Linux and Windows.
📝 Notes
xcodebuild test
orswift test
swift test --parallel
👩🔧 Technical Design Notes
I've attached the GitHub Actions I had previously been using. We can convert these to Buildkite pipelines.
GitHub Actions.zip
The text was updated successfully, but these errors were encountered: