From 8002d54994f002ccd39b45611824b6c29fb1caab Mon Sep 17 00:00:00 2001 From: aya Date: Mon, 17 Mar 2025 00:39:40 +0200 Subject: [PATCH] execlude stress from build --- waku/stress_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/waku/stress_test.go b/waku/stress_test.go index f3ad305..90c342f 100644 --- a/waku/stress_test.go +++ b/waku/stress_test.go @@ -1,5 +1,5 @@ -//go:build !stress -// +build !stress +//go:build stress +// +build stress package waku