Skip to content

Commit 01be734

Browse files
committed
Fixup
1 parent 79533f2 commit 01be734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cabal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
key: "${{ runner.os }}-${{ matrix.ghc }}-v9-${{ hashFiles('stylish-haskell.cabal') }}"
2828

2929
- name: Build
30-
run: cabal build --enable-tests
30+
run: cabal build
3131
id: build
3232

3333
- name: Test

0 commit comments

Comments
 (0)