2
0
mirror of synced 2025-02-23 14:18:13 +00:00

Add sqlite storage build conditions to sqlite storage closed test

Should fix test build failure to build when CGO is disabled.
This commit is contained in:
Matt Joiner 2023-06-27 11:36:54 +10:00
parent 050e5cbab8
commit e88aae7642
No known key found for this signature in database
GPG Key ID: 6B990B8185E7F782

View File

@ -1,3 +1,9 @@
// This infernal language makes me copy conditional compilation expressions around. This test should
// run if sqlite storage is enabled, period.
//go:build cgo
// +build cgo
package test
import (