From 57329670bfb8fa3939c96362e6f016056b6c92db Mon Sep 17 00:00:00 2001 From: "edward.zeng" Date: Fri, 1 Oct 2021 12:30:45 +0800 Subject: [PATCH] [skip ci] Refine development doc toc (#9008) Signed-off-by: Edward Zeng --- DEVELOPMENT.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index ef91b86493..73cb93c021 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -20,6 +20,9 @@ Table of contents - [Unit Tests](#unit-tests) - [Code coverage](#code-coverage) - [E2E Tests](#e2e-tests) + - [Test on local branch](#test-on-local-branch) + - [On Linux](#on-linux) + - [With docker](#with-docker) - [GitHub Flow](#github-flow) @@ -205,7 +208,7 @@ $ pytest --tags=L0 -n auto ``` ### Test on local branch -#### on linux +#### On Linux start the cluster on your host machine ```shell