Skip to content

Commit 84c7579

Browse files
committed
Do not skip worker on Windows
It had been skipped because of an old GHC version on Windows, but this should be recent enough now. This reverts commit 45340b1.
1 parent 3e2c3b7 commit 84c7579

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/worker/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ load("@rules_haskell//haskell:cabal.bzl", "haskell_cabal_binary")
33
haskell_cabal_binary(
44
name = "bin",
55
srcs = glob(["**"]),
6-
# Requires more recent GHC version than we use on Windows.
7-
tags = ["dont_test_on_windows"],
86
visibility = ["//visibility:public"],
97
deps = [
108
"@rules_haskell_worker_dependencies//:base",

0 commit comments

Comments
 (0)