You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Force the compilation mode for tests to fastbuild.
We can't use 'opt', because that trims out certain features needed by
the unit testing framework. Using 'dbg' also doesn't make sense, because
the time traveling debugger isn't usable in this context.