Skip to content

Commit ecedb49

Browse files
committed
Clean up
1 parent df8a416 commit ecedb49

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/workflow.yaml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -114,38 +114,12 @@ jobs:
114114
bazel test //...
115115
bazel build //docs:api_html
116116
bazel build //docs:guide_html
117-
# - name: Build & test - rules_haskell_nix
118-
# if: matrix.module == 'rules_haskell_nix'
119-
# uses: tweag/run-nix-shell@v0
120-
# with:
121-
# options: ${{ env.NIX_SHELL_ARGS }}
122-
# run: |
123-
# set -euo pipefail
124-
# cd rules_haskell_nix
125-
# bazel test //...
126-
# - name: Build & test - rules_haskell_tests
127-
# if: matrix.module == 'rules_haskell_tests'
128-
# uses: tweag/run-nix-shell@v0
129-
# with:
130-
# options: ${{ env.NIX_SHELL_ARGS }}
131-
# run: |
132-
# set -euo pipefail
133-
# cd rules_haskell_tests
134-
# # XXX run start script `--with-bzlmod=true` when supported
135-
# if ! ${{ matrix.bzlmod }}; then
136-
# ./tests/run-start-script.sh --use-nix --with-bzlmod=${{ matrix.bzlmod }}
137-
# fi
138-
# bazel build //tests:run-tests
139-
# ./bazel-ci-bin/tests/run-tests
140-
# bazel coverage //...
141-
142117
- name: Build & test - rules_haskell_nix
143118
if: matrix.module == 'rules_haskell_nix'
144119
uses: tweag/run-nix-shell@3e14d4b359cf27d18565087fefc5732635e76ae5 # cg/shell_flags
145120
with:
146121
options: ${{ env.NIX_SHELL_ARGS }}
147122
working-directory: rules_haskell_nix
148-
verbose: true # TODO: Remove me
149123
run: |
150124
bazel test //...
151125
- name: Build & test - rules_haskell_tests

0 commit comments

Comments
 (0)