Don't try to build sqlite when cgo isn't enabled
Signed-off-by: A Gardner <3100188+actgardner@users.noreply.github.com>
This commit is contained in:
11
storage/sql/sqlite_test.go
Normal file
11
storage/sql/sqlite_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build cgo
|
||||
|
||||
package sql
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestSQLite3(t *testing.T) {
|
||||
testDB(t, &SQLite3{":memory:"}, false)
|
||||
}
|
Reference in New Issue
Block a user