@@ -107,13 +107,6 @@ jobs:
107
107
run : .ci/check-bazel-version
108
108
- name : Build & test - rules_haskell
109
109
if : matrix.module == 'rules_haskell'
110
- # run: |
111
- # nix-shell --arg docTools false --argstr ghcVersion ${{ matrix.ghc }} --pure --run '
112
- # set -euo pipefail
113
- # bazel test //...
114
- # bazel build //docs:api_html
115
- # bazel build //docs:guide_html
116
- # '
117
110
uses : tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
118
111
with :
119
112
options : ${{ env.NIX_SHELL_ARGS }}
@@ -124,12 +117,6 @@ jobs:
124
117
bazel build //docs:guide_html
125
118
- name : Build & test - rules_haskell_nix
126
119
if : matrix.module == 'rules_haskell_nix'
127
- # run: |
128
- # nix-shell --arg docTools false --argstr ghcVersion ${{ matrix.ghc }} --pure --run '
129
- # set -euo pipefail
130
- # cd rules_haskell_nix
131
- # bazel test //...
132
- # '
133
120
uses : tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
134
121
with :
135
122
options : ${{ env.NIX_SHELL_ARGS }}
@@ -139,18 +126,6 @@ jobs:
139
126
bazel test //...
140
127
- name : Build & test - rules_haskell_tests
141
128
if : matrix.module == 'rules_haskell_tests'
142
- # run: |
143
- # nix-shell --arg docTools false --argstr ghcVersion ${{ matrix.ghc }} --pure --run '
144
- # set -euo pipefail
145
- # cd rules_haskell_tests
146
- # # XXX run start script `--with-bzlmod=true` when supported
147
- # if ! ${{ matrix.bzlmod }}; then
148
- # ./tests/run-start-script.sh --use-nix --with-bzlmod=${{ matrix.bzlmod }}
149
- # fi
150
- # bazel build //tests:run-tests
151
- # ./bazel-ci-bin/tests/run-tests
152
- # bazel coverage //...
153
- # '
154
129
uses : tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
155
130
with :
156
131
options : ${{ env.NIX_SHELL_ARGS }}
0 commit comments