From a5e6a2e277df30531e6dea4477e0167c1b1d6cb2 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Tue, 18 Jul 2023 18:57:05 +0800 Subject: [PATCH] ci: Make owncloud happy by reduce the concurrency Signed-off-by: Xuanwo --- .github/workflows/service_test_webdav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/service_test_webdav.yml b/.github/workflows/service_test_webdav.yml index 9648406bafa6..0cdf7fe1cc9a 100644 --- a/.github/workflows/service_test_webdav.yml +++ b/.github/workflows/service_test_webdav.yml @@ -214,7 +214,7 @@ jobs: shell: bash working-directory: core run: | - cargo test webdav + cargo test webdav -j=1 env: OPENDAL_WEBDAV_TEST: on OPENDAL_WEBDAV_ENDPOINT: http://127.0.0.1:8080/remote.php/webdav/