temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
266 stars 71 forks source link

Add feature for ephemeral server usage in test utils #645

Closed h7kanna closed 9 months ago

h7kanna commented 9 months ago

What was changed

Added ephemeral-server feature to the test-utils similar to SDK and made it default.

Why?

To optimize compilation for user crate which doesn't not depend on ephemeral server (just replays)

Checklist

  1. Closes

  2. How was this tested:

    cargo test
    cargo integ-test
  3. Any docs updates needed? No