Skip to content

Commit 96419de

Browse files
committed
chore: Disable benchmarking on GHC8.4/8.6
1 parent 4ec8dd0 commit 96419de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/packcheck.yml

+4
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,16 @@ jobs:
160160
command: cabal-v2
161161
runner: ubuntu-latest
162162
cabal-version: 3.2
163+
pack_options: >-
164+
DISABLE_BENCH=y
163165
164166
- name: 8.4.4
165167
ghc-version: 8.4.4
166168
command: cabal-v2
167169
runner: ubuntu-latest
168170
cabal-version: 3.2
171+
pack_options: >-
172+
DISABLE_BENCH=y
169173
170174
- name: 8.2.2
171175
ghc-version: 8.2.2

0 commit comments

Comments
 (0)