From 3fa915e271466b3749336bc20c0f06f3aa802e10 Mon Sep 17 00:00:00 2001 From: Viktor Liu <17948409+lixmal@users.noreply.github.com> Date: Mon, 28 Apr 2025 13:40:36 +0200 Subject: [PATCH] [misc] Exclude client benchmarks from CI (#3752) --- .github/workflows/golang-test-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golang-test-linux.yml b/.github/workflows/golang-test-linux.yml index 2f1df9b1a..faadcb3b3 100644 --- a/.github/workflows/golang-test-linux.yml +++ b/.github/workflows/golang-test-linux.yml @@ -415,7 +415,7 @@ jobs: CI=true \ go test -tags devcert -run=^$ -bench=. \ -exec 'sudo --preserve-env=CI,NETBIRD_STORE_ENGINE' \ - -timeout 20m ./... + -timeout 20m ./management/... api_benchmark: name: "Management / Benchmark (API)"