Skip to content

Commit

Permalink
adding --enable-tests to cabal test
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Oct 11, 2023
1 parent f61d41a commit 1e79a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: cabal build --enable-tests --disable-benchmarks all

- name: Run tests
run: cabal test --test-show-details=streaming
run: cabal test --enable-tests --test-show-details=streaming

- name: Run doctest
if: ${{ runner.os == 'Linux' }}
Expand Down

0 comments on commit 1e79a59

Please sign in to comment.