Skip to content

Commit f254587

Browse files
committed
Remove build options
1 parent 16be106 commit f254587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/project.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Install dependencies
3737
run: |
3838
cabal update
39-
cabal build --only-dependencies --enable-tests --enable-benchmarks
39+
cabal build
4040
- name: Build
41-
run: cabal build --enable-tests --enable-benchmarks all
41+
run: cabal build
4242
- name: Run tests
4343
run: cabal test all

0 commit comments

Comments
 (0)