Skip to content

Commit

Permalink
Add note to README about running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
georgefst committed Dec 8, 2024
1 parent ef6aef7 commit 08a96e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,14 @@ Feel free to open an
[PR](https://github.com/cdepillabout/pretty-simple/pulls) for any
bugs/problems/suggestions/improvements.

### Testing

To run the test suite locally, one must install the executables `doctest` and
`cabal-doctest`, e.g. with
`cabal install --ignore-project doctest --flag cabal-doctest`.

Then run the command `cabal doctest`.

## Maintainers

- [@cdepillabout](https://github.com/cdepillabout)
Expand Down

0 comments on commit 08a96e7

Please sign in to comment.