From 426f78558e78c86437294ab83a48a04e9e6e25de Mon Sep 17 00:00:00 2001 From: Holly Gong Date: Tue, 3 Sep 2024 14:54:07 +1000 Subject: [PATCH] docs: update integration test command --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8bb42b93b95..7b12ae85ea7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,12 +73,12 @@ make all-tests To run integration tests for the API is a separate command ```shell -make integration-tests +make api-server-tests ``` By default, this skips long tests, enable them by setting the `LONG_TESTS` variable ```shell -LONG_TESTS=1 make integration-tests +LONG_TESTS=1 make api-server-tests ``` #### Test result generation