Skip to content

Commit

Permalink
Remove build options
Browse files Browse the repository at this point in the history
  • Loading branch information
nigosto committed Sep 8, 2024
1 parent 16be106 commit f254587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Install dependencies
run: |
cabal update
cabal build --only-dependencies --enable-tests --enable-benchmarks
cabal build
- name: Build
run: cabal build --enable-tests --enable-benchmarks all
run: cabal build
- name: Run tests
run: cabal test all

0 comments on commit f254587

Please sign in to comment.