Skip to content

Commit 9b5834c

Browse files
committed
fix: shutdown Bazel before executing run-tests
1 parent c2c6d3f commit 9b5834c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/workflow.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ jobs:
136136
./tests/run-start-script.sh --use-nix --with-bzlmod=${{ matrix.bzlmod }}
137137
fi
138138
bazel build //tests:run-tests
139+
# Shutdown Bazel to free up memory
140+
# https://github.com/tweag/rules_haskell/issues/2089.
141+
bazel shutdown
139142
./bazel-ci-bin/tests/run-tests
140143
bazel coverage //...
141144

0 commit comments

Comments
 (0)