bazel-contrib / rules_bazel_integration_test

Rules and macros for executing integration tests that use Bazel. Supports running integration tests with multiple versions of Bazel.
Apache License 2.0
39 stars 7 forks source link

enable windows CI runner #335

Open peakschris opened 6 days ago

peakschris commented 6 days ago

Once https://github.com/bazel-contrib/rules_bazel_integration_test/pull/334 closes, it would be good to enable a windows CI runner to ensure that windows does not regress. It would be good if the following configurations are tested:

  1. bazel test //... --enable_runfiles
  2. bazel test //... --noenable_runfiles

2 will require the bazel-starlib tests to be disabled to run clean.

@cgrindel could you assist with this?