diff options
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/support/server.rb | 2 |
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| |
