@@ -50,7 +50,7 @@ impl Config {
5050 repository_override : None ,
5151 working_directory : None ,
5252 command : "" . into ( ) ,
53- mode : RunnerMode :: Instrumentation ,
53+ mode : RunnerMode :: Simulation ,
5454 instruments : Instruments :: test ( ) ,
5555 perf_unwinding_mode : None ,
5656 enable_perf : false ,
@@ -123,7 +123,7 @@ mod tests {
123123 repository : None ,
124124 provider : None ,
125125 working_directory : None ,
126- mode : RunnerMode :: Instrumentation ,
126+ mode : RunnerMode :: Simulation ,
127127 instruments : vec ! [ ] ,
128128 mongo_uri_env_name : None ,
129129 message_format : None ,
@@ -157,7 +157,7 @@ mod tests {
157157 repository : Some ( "owner/repo" . into ( ) ) ,
158158 provider : Some ( RepositoryProvider :: GitLab ) ,
159159 working_directory : Some ( "/tmp" . into ( ) ) ,
160- mode : RunnerMode :: Instrumentation ,
160+ mode : RunnerMode :: Simulation ,
161161 instruments : vec ! [ "mongodb" . into( ) ] ,
162162 mongo_uri_env_name : Some ( "MONGODB_URI" . into ( ) ) ,
163163 message_format : Some ( crate :: run:: MessageFormat :: Json ) ,
0 commit comments