We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300963d commit 8d6c11cCopy full SHA for 8d6c11c
rules_haskell_tests/tests/RunTests.hs
@@ -149,10 +149,12 @@ main = hspec $ do
149
it "bazel test examples" $ do
150
assertSuccess $ (bazel ["build", "//..."]) { Process.cwd = Just "../examples" }
151
assertSuccess $ (bazel ["test", "//..."]) { Process.cwd = Just "../examples" }
152
+ assertSuccess $ (bazel ["shutdown"]) { Process.cwd = Just "../examples" }
153
154
it "bazel test tutorial" $ do
155
assertSuccess $ (bazel ["build", "//..."]) { Process.cwd = Just "../tutorial" }
156
assertSuccess (bazel ["test", "//..."]) { Process.cwd = Just "../tutorial" }
157
+ assertSuccess (bazel ["shutdown"]) { Process.cwd = Just "../tutorial" }
158
159
-- * Bazel commands
160
0 commit comments