mirror of
https://github.com/apple/container.git
synced 2026-09-17 05:05:44 +00:00
This improves the integration test suite speed by running all integration tests in a single `swift test` invocation. We maintain the one `@Suite` at a time behavior by introducing a new test trait that uses a single mutex to limit inter-suite parallelism.