Skip to content

Commit afdac73

Browse files
committed
Clean up
1 parent 332b905 commit afdac73

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,7 @@ jobs:
223223
if: matrix.module == 'rules_haskell'
224224
shell: bash
225225
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
232227
bazel test "//..."
233228
234229
- name: Build & test - rules_haskell_tests
@@ -237,12 +232,7 @@ jobs:
237232
run: |
238233
cd rules_haskell_tests
239234
./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
246236
bazel test "//..."
247237
# Test stack_snapshot pinning
248238
# NOTE keep in sync with tests/RunTests.hs

0 commit comments

Comments
 (0)