diff --git a/build/teamcity/cockroach/nightlies/roachtest_compile_component.sh b/build/teamcity/cockroach/nightlies/roachtest_compile_component.sh index fcae0cab5576..2a4f8253fa5c 100755 --- a/build/teamcity/cockroach/nightlies/roachtest_compile_component.sh +++ b/build/teamcity/cockroach/nightlies/roachtest_compile_component.sh @@ -83,7 +83,7 @@ case "$component" in ;; roachtest) # Roachtest binary. - bazel_args=(//pkg/cmd/roachtest) + bazel_args=(//pkg/cmd/roachtest --crdb_test) artifacts=("pkg/cmd/roachtest/roachtest_/roachtest:bin/roachtest.$os-$arch") ;; *)