From cbfffa7a3606ee1950dd307840745a4c8d3e21c0 Mon Sep 17 00:00:00 2001 From: chrislusf Date: Fri, 5 Dec 2025 19:30:21 -0800 Subject: ci: add -master.peers=none to speed up SeaweedFS startup in tests --- .github/workflows/integration_test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 34b797d..782053d 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -90,6 +90,7 @@ jobs: - -dir=/data - -s3 - -filer + - -master.peers=none - -volume.max=10 - -master.volumeSizeLimitMB=64 ports: -- cgit v1.2.3