server: reference hspec README in CONTRIBUTING

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3775
GitOrigin-RevId: ff781587ec968d91f8423a8aa3498e5e981aade2
This commit is contained in:
Evie Ciobanu 2022-02-23 15:46:46 +02:00 committed by hasura-bot
parent d87b961378
commit 374ec8ab12

View File

@ -137,7 +137,7 @@ The easiest way to run the Python integration test suite is by running:
scripts/dev.sh test --integration
```
For more details please check out the `README` at `server/tests-py/README`.
For more details please check out the [README](./tests-py/README.md).
##### Running the Haskell test suite
@ -184,6 +184,8 @@ docker-compose up
cabal test tests-hspec --test-show-details=direct
```
For more details please check out the [README](./tests-hspec/README.md).
#### Building with profiling
To build with profiling support, you need to both enable profiling via `cabal`