disable tests for lmdb if CGO not enabled

This commit is contained in:
Lawrence, Rendall
2024-06-25 17:49:41 +03:00
parent 5fa3b0431c
commit 16f82edae6
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
//go:build !cgo
package mdb
+2
View File
@@ -1,3 +1,5 @@
//go:build cgo
package mdb
import (