Skip to content

Commit 5c00c2f

Browse files
authored
--enable-tests is broken on cabal new-install
1 parent 1f3ecf5 commit 5c00c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
cabal update
19-
cabal install --only-dependencies --enable-tests
19+
cabal install --only-dependencies
2020
- name: Build
2121
run: |
2222
cabal configure --enable-tests

0 commit comments

Comments
 (0)