Skip to content

Commit

Permalink
specifying to build all
Browse files Browse the repository at this point in the history
  • Loading branch information
noinia committed Jul 23, 2024
1 parent 9e2052d commit 48e52b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gettested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
restore-keys: ${{ runner.os }}-ghc-${{ matrix.ghc }}-

- name: Build
run: cabal build
run: cabal build all

- name: Test
run: cabal test all --test-show-details=direct
Expand Down

0 comments on commit 48e52b4

Please sign in to comment.