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 04f6900 commit 00a4731Copy full SHA for 00a4731
Tools/CI/service.cmb/run_cmb_service.sh
@@ -156,7 +156,7 @@ cargo build --example ngo_echo_server
156
157
# Run the echo server in the background
158
logMessage "Running echo server tests..."
159
-cargo run --example ngo_echo_server -- --port $echo_port &
+cargo run --example ngo_echo_server -- --port $echo_port --unity-version $unity_version &
160
161
# CMB Service -------------------------------------------------------------------
162
0 commit comments