File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,19 @@ jobs:
48
48
# module: [rules_haskell, rules_haskell_nix, rules_haskell_tests]
49
49
# DEBUG BEGIN
50
50
os : [macos-latest]
51
- # DEBUG END
52
51
module : [rules_haskell_tests]
53
- bzlmod : [true, false]
52
+ # DEBUG END
53
+ # TODO(chuck): FIX ME!
54
+ # bzlmod: [true, false]
55
+ # ghc:
56
+ # - 9.2.8
57
+ # - 9.4.6
58
+ # - 9.6.2
59
+ # DEBUG BEGIN
60
+ bzlmod : [true]
54
61
ghc :
55
62
- 9.2.8
56
- - 9.4.6
57
- - 9.6.2
63
+ # DEBUG END
58
64
exclude :
59
65
- module : rules_haskell_nix
60
66
@@ -104,6 +110,10 @@ jobs:
104
110
EOF
105
111
cp .bazelrc.local rules_haskell_nix
106
112
cp .bazelrc.local rules_haskell_tests
113
+ # DEBUG BEGIN
114
+ - name : Setup tmate session
115
+ uses : mxschmitt/action-tmate@v3
116
+ # DEBUG END
107
117
- name : Build & test - rules_haskell
108
118
if : matrix.module == 'rules_haskell'
109
119
uses : tweag/run-nix-shell@v0
@@ -144,8 +154,8 @@ jobs:
144
154
# top -l 1 -s 0 -o mem >&2
145
155
# echo >&2 "run-tests"
146
156
# # DEBUG END
147
- # ./bazel-ci-bin/tests/run-tests
148
- ./bazel-ci-bin/tests/run-tests || true
157
+ ./bazel-ci-bin/tests/run-tests
158
+ # ./bazel-ci-bin/tests/run-tests || true
149
159
# # DEBUG BEGIN
150
160
# echo >&2 "CHUCK AFTER"
151
161
# # top -l 1 -s 0 -o mem | head -n 25 >&2
You can’t perform that action at this time.
0 commit comments