Skip to content

Commit

Permalink
Remove debug. Add comment referencing the issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Dec 20, 2023
1 parent 7267925 commit bdaf3e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,14 @@ jobs:
options: ${{ env.NIX_SHELL_ARGS }}
run: |
set -euo pipefail
# DEBUG BEGIN
set -x
# DEBUG END
cd rules_haskell_tests
# XXX run start script `--with-bzlmod=true` when supported
if ! ${{ matrix.bzlmod }}; then
./tests/run-start-script.sh --use-nix --with-bzlmod=${{ matrix.bzlmod }}
fi
bazel build //tests:run-tests
# Shutdown Bazel to free up memory
# https://github.com/tweag/rules_haskell/issues/2089.
bazel shutdown
./bazel-ci-bin/tests/run-tests
bazel coverage //...
Expand Down

0 comments on commit bdaf3e8

Please sign in to comment.