Skip to content

Commit a17f199

Browse files
authored
Merge pull request #2092 from tweag/cg/gh2089_oom_in_ci
fix: shutdown Bazel before executing `run-tests`
2 parents c2c6d3f + 9b5834c commit a17f199

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)