From 3c2510a5af17ac8d81c9a40381a2da5d45a7ae4d Mon Sep 17 00:00:00 2001 From: Evgeny Danienko <6655321@bk.ru> Date: Wed, 11 May 2022 11:22:17 +0300 Subject: [PATCH] move integration ci --- tests/rlp_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/rlp_test.go b/tests/rlp_test.go index 79a1683eb2..dbca73efc6 100644 --- a/tests/rlp_test.go +++ b/tests/rlp_test.go @@ -14,6 +14,9 @@ // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see . +//go:build integration +// +build integration + package tests import (