summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-11 15:04:58 -0600
committermo khan <mo@mokhan.ca>2025-06-11 15:04:58 -0600
commit39c67cfc6c74bf4b26ba455f3adda1241aea35ea (patch)
treeb8b99ad7243f5aabc7b8a7a93d1c5a63cc869ee2
parent53d556c697682c3e614de4fafc2e91a58b246d65 (diff)
test: fix how the server is started
-rw-r--r--spec/support/server.rb2
1 files changed, 1 insertions, 1 deletions
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|