Skip to content

Commit ee37cfd

Browse files
committed
Remove --enable-tests from Cabal build invocation
1 parent 05420c8 commit ee37cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
continue
7070
fi
7171
72-
cabal install --enable-test --install-method=copy --installdir=./bin "${package}"
72+
cabal install --install-method=copy --installdir=./bin "${package}"
7373
done
7474
- name: "Run tests"
7575
shell: bash

0 commit comments

Comments
 (0)