Skip to content

Commit 1b9644a

Browse files
try with the devel flag
1 parent f084a73 commit 1b9644a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
restore-keys: ${{ runner.os }}-stack
7272

7373
- name: Test
74-
run: stack test --coverage
74+
run: stack test --coverage --flag constrained-generators:devel
7575

7676
- uses: actions/cache/save@v4
7777
with:

0 commit comments

Comments
 (0)