[misc] Exclude client benchmarks from CI (#3752)

This commit is contained in:
Viktor Liu
2025-04-28 13:40:36 +02:00
committed by GitHub
parent 47c3afe561
commit 3fa915e271

View File

@@ -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)"