Skip to content

Commit

Permalink
Add --enable-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kmicklas committed Jun 8, 2024
1 parent 92b8ee0 commit 52a6fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
ghc-version: ${{ matrix.ghc }}
- name: Build
run: cabal build all
run: cabal build all --enable-tests
- name: Test
run: cabal test all
- name: Build documentation
Expand Down

0 comments on commit 52a6fdf

Please sign in to comment.