We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1769fee commit b9c2859Copy full SHA for b9c2859
tests/CommunityToolkit.Aspire.SurrealDb.Tests/SurrealDbContainerFixture.cs
@@ -53,6 +53,7 @@ public async Task InitializeAsync()
53
.WithWaitStrategy(Wait.ForUnixContainer().UntilHttpRequestIsSucceeded(r => r.ForPort(_port)))
54
.WithEnvironment("SURREAL_USER", _username)
55
.WithEnvironment("SURREAL_PASS", _password)
56
+ .WithCommand("start", "memory")
57
.Build();
58
59
await Container.StartAsync();
0 commit comments