aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--scripts/ci/bazel-tests.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ci/bazel-tests.json b/scripts/ci/bazel-tests.json
index a39ec47482..b12a40da46 100644
--- a/scripts/ci/bazel-tests.json
+++ b/scripts/ci/bazel-tests.json
@@ -131,8 +131,8 @@
"parameters": {
"build_opts": ["--cpu=x64_windows_msys", "--host_cpu=x64_windows_msys"],
"test_tag_filters": ["-no_windows"],
- "tests": ["//src/test/shell/bazel:bazel_windows_example_test"],
- "targets": []
+ "tests": [],
+ "targets": ["//examples/cpp:hello-world"]
}
}
]