aboutsummaryrefslogtreecommitdiff
path: root/statement_test.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-10-12 00:19:31 +0700
committerShulhan <ms@kilabit.info>2023-10-12 01:40:22 +0700
commit6b756d144c5cdb0a0c9b5f8a70b3c936a75f28c9 (patch)
tree77ee74c90c0fe755b7f6d56aa61774b9d9f0b40b /statement_test.go
parentd2fa84d24d12b5e6e1e6a7a93c164f3f4f9ce969 (diff)
downloadawwan-6b756d144c5cdb0a0c9b5f8a70b3c936a75f28c9.tar.xz
all: tag all unit test files with "!integration"
This will allow us to build test binary that contains only "integration" build constraints. The test that have "integration" will be run using container.
Diffstat (limited to 'statement_test.go')
-rw-r--r--statement_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/statement_test.go b/statement_test.go
index ea4df45..521ad40 100644
--- a/statement_test.go
+++ b/statement_test.go
@@ -1,6 +1,8 @@
// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info>
// SPDX-License-Identifier: GPL-3.0-or-later
+//go:build !integration
+
package awwan
import (