diff options
| author | Shulhan <ms@kilabit.info> | 2023-10-12 00:19:31 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-10-12 01:40:22 +0700 |
| commit | 6b756d144c5cdb0a0c9b5f8a70b3c936a75f28c9 (patch) | |
| tree | 77ee74c90c0fe755b7f6d56aa61774b9d9f0b40b /statement_test.go | |
| parent | d2fa84d24d12b5e6e1e6a7a93c164f3f4f9ce969 (diff) | |
| download | awwan-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.go | 2 |
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 ( |
