From 39c67cfc6c74bf4b26ba455f3adda1241aea35ea Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 11 Jun 2025 15:04:58 -0600 Subject: test: fix how the server is started --- spec/support/server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/support/server.rb b/spec/support/server.rb index d96239a..3717dbe 100644 --- a/spec/support/server.rb +++ b/spec/support/server.rb @@ -14,7 +14,7 @@ RSpec.configure do |config| bind_addr = RSpec.configuration.bind_addr RSpec.configuration.pid = Process.spawn({ "BIND_ADDR" => bind_addr, - }, "mise exec -- cargo run") + }, "mise exec -- cargo run --bin sts") ip, port = bind_addr.split(":") 300.times do |n| -- cgit v1.2.3