Skip to content

Commit

Permalink
Add test command to DEVELOPER.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonchinn178 committed Dec 21, 2024
1 parent b6a864c commit 53930e2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Development

```shell
cabal build --ghc-options -Werror

# Note: must use the default GHC executable; integration tests
# will not work with --with-compiler set differently
cabal exec -- cabal test --test-option '*'
```

# Release

Follow these steps to release this project:
Expand Down

0 comments on commit 53930e2

Please sign in to comment.