Skip to content

Commit

Permalink
doc: add example to run a single test
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanCacqueray committed Dec 22, 2023
1 parent 38119ec commit a0e8ccd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ Run the full test suite with:
nix develop --command monocle-ci-run
```

Run a single test:

```ShellSession
cabal test --test-options='-p "Change stream"'
```

## Start the web development server

Start the web dev server (hot-reload):
Expand Down

0 comments on commit a0e8ccd

Please sign in to comment.