From a86a38c96e7ca1a2b22350cf466c70283b9f82a2 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Wed, 2 Nov 2022 11:56:40 +0100 Subject: [PATCH] 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. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index dc469c36b1..e9c30668e0 100644 --- a/README.md +++ b/README.md @@ -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 ```