File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -223,12 +223,7 @@ jobs:
223
223
if : matrix.module == 'rules_haskell'
224
224
shell : bash
225
225
run : |
226
- # if [[ ${{ runner.os }} == Windows ]]; then
227
- # # On Windows `//...` expands to `/...`.
228
- # bazel test ///...
229
- # else
230
- # bazel test //...
231
- # fi
226
+ # Quote the package specifier so that it works on Windows
232
227
bazel test "//..."
233
228
234
229
- name : Build & test - rules_haskell_tests
@@ -237,12 +232,7 @@ jobs:
237
232
run : |
238
233
cd rules_haskell_tests
239
234
./tests/run-start-script.sh --use-bindists --with-bzlmod=${{ matrix.bzlmod }}
240
- # if [[ ${{ runner.os }} == Windows ]]; then
241
- # # On Windows `//...` expands to `/...`.
242
- # bazel test ///...
243
- # else
244
- # bazel test //...
245
- # fi
235
+ # Quote the package specifier so that it works on Windows
246
236
bazel test "//..."
247
237
# Test stack_snapshot pinning
248
238
# NOTE keep in sync with tests/RunTests.hs
You can’t perform that action at this time.
0 commit comments