README: fix instructions on how to run tests

The `make debug` target doesn't exist, and I can't find it in the Git
history.
This commit is contained in:
Christian Schwarz
2022-11-02 11:56:40 +01:00
parent 590f894db8
commit a86a38c96e

View File

@@ -223,10 +223,7 @@ Ensure your dependencies are installed as described [here](https://github.com/ne
```sh
git clone --recursive https://github.com/neondatabase/neon.git
# either:
CARGO_BUILD_FLAGS="--features=testing" make
# or:
make debug
./scripts/pytest
```