mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
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:
parent
d87b961378
commit
374ec8ab12
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user