Skip to content

Commit

Permalink
Add bazel shutdown to free up memory.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Dec 20, 2023
1 parent e331fe5 commit 7267925
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ jobs:
./tests/run-start-script.sh --use-nix --with-bzlmod=${{ matrix.bzlmod }}
fi
bazel build //tests:run-tests
# Shutdown Bazel to free up memory
bazel shutdown
./bazel-ci-bin/tests/run-tests
bazel coverage //...
Expand Down

0 comments on commit 7267925

Please sign in to comment.