Don't build storage/sqlite tests without cgo
This commit is contained in:
parent
7979d7ef96
commit
fedc611f4b
|
@ -1,3 +1,6 @@
|
|||
//go:build cgo
|
||||
// +build cgo
|
||||
|
||||
package sqliteStorage
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue