integration tag

This commit is contained in:
Evgeny Danienko 2022-05-11 10:31:41 +03:00
parent 5192fd7d8d
commit ee5b7c04aa
7 changed files with 22 additions and 0 deletions

View file

@ -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 <http://www.gnu.org/licenses/>.
//go:build integration
// +build integration
package tests
import (

View file

@ -15,6 +15,10 @@
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// Package tests implements execution of Ethereum JSON tests.
//go:build integration
// +build integration
package tests
import (

View file

@ -1,3 +1,6 @@
//go:build integration
// +build integration
package bor
import (

View file

@ -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 <http://www.gnu.org/licenses/>.
//go:build integration
// +build integration
package tests
import (

View file

@ -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 <http://www.gnu.org/licenses/>.
//go:build integration
// +build integration
package tests
import (

View file

@ -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 <http://www.gnu.org/licenses/>.
//go:build integration
// +build integration
package tests
import (

View file

@ -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 <http://www.gnu.org/licenses/>.
//go:build integration
// +build integration
package tests
import (