diff --git a/benchmark_test.go b/benchmark_test.go index efe729a..21222e4 100644 --- a/benchmark_test.go +++ b/benchmark_test.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a ALv2-style // license that can be found in the LICENSE file. +//go:build all || integration // +build all integration package gocqlx_test diff --git a/dbutil/rewrite_test.go b/dbutil/rewrite_test.go index 851bd6b..1132b5f 100644 --- a/dbutil/rewrite_test.go +++ b/dbutil/rewrite_test.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a ALv2-style // license that can be found in the LICENSE file. +//go:build all || integration // +build all integration package dbutil_test diff --git a/example_test.go b/example_test.go index 6283eb7..341d86f 100644 --- a/example_test.go +++ b/example_test.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a ALv2-style // license that can be found in the LICENSE file. +//go:build all || integration // +build all integration package gocqlx_test diff --git a/iterx_test.go b/iterx_test.go index 5966f55..2a1304f 100644 --- a/iterx_test.go +++ b/iterx_test.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a ALv2-style // license that can be found in the LICENSE file. +//go:build all || integration // +build all integration package gocqlx_test diff --git a/migrate/migrate_test.go b/migrate/migrate_test.go index 35986b6..f44ad05 100644 --- a/migrate/migrate_test.go +++ b/migrate/migrate_test.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a ALv2-style // license that can be found in the LICENSE file. +//go:build all || integration // +build all integration package migrate_test