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:
parent
050e5cbab8
commit
e88aae7642
@ -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 (
|
Loading…
x
Reference in New Issue
Block a user