Skip to content

Commit

Permalink
Add --enable-tests for tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
kmicklas committed Jun 8, 2024
1 parent 52a6fdf commit 09a188d
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 @@ -21,6 +21,6 @@ jobs:
- name: Build
run: cabal build all --enable-tests
- name: Test
run: cabal test all
run: cabal test all --enable-tests
- name: Build documentation
run: cabal haddock all

0 comments on commit 09a188d

Please sign in to comment.