Skip to content

Commit

Permalink
Remove test_targets for rules-windows (bazelbuild#115)
Browse files Browse the repository at this point in the history
//test_rule:80columns is the only test, excluding it will result no test being tested, Bazel returns non-zero.
  • Loading branch information
meteorcloudy authored and laurentlb committed Aug 27, 2019
1 parent 3c3e8bd commit f2cc626
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,10 @@ tasks:
working_directory: rules
build_targets:
- "..."
test_targets:
- "--"
- "..."
# TODO(bazel-team): Make //test_rule:80columns work on Windows
- "-//test_rule:80columns"
# test_targets:
# - "--"
# - "..."
tutorial-linux:
name: "Bazel end-to-end example"
platform: ubuntu1804
Expand Down

0 comments on commit f2cc626

Please sign in to comment.