2
0
Fork 0
mirror of https://github.com/bazelbuild/bazel-skylib synced 2024-11-27 05:43:25 +00:00

Enable tests on Windows (#99)

This commit is contained in:
Yun Peng 2019-01-23 16:30:16 +01:00 committed by Laurent Le Brun
parent 5dccaa145e
commit 9b85311ab4

View file

@ -15,3 +15,8 @@ platforms:
- "..."
test_targets:
- "..."
windows:
build_targets:
- "..."
test_targets:
- "..."