Skip to content

Commit

Permalink
CI: add --enable-tests to cabal command line
Browse files Browse the repository at this point in the history
  • Loading branch information
pmiddend committed Jan 7, 2025
1 parent ea855ab commit 24bdc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: install hdf5
run: sudo apt-get install -y libhdf5-dev libffi-dev
- name: build and test with cabal
run: cabal test
run: cabal test --enable-tests

0 comments on commit 24bdc69

Please sign in to comment.