Skip to content

Commit edc6673

Browse files
authored
Merge branch 'master' into cb/drop-old-ghc
2 parents 3f6507b + a17f199 commit edc6673

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)