Refactor native code.

This commit is contained in:
Nuno Cruces
2023-03-01 12:16:36 +00:00
parent 35265271aa
commit dbc400eb15
13 changed files with 131 additions and 101 deletions

View File

@@ -21,7 +21,7 @@ func TestParallel(t *testing.T) {
func TestMultiProcess(t *testing.T) {
if testing.Short() {
t.Skip()
t.Skip("skipping in short mode")
}
name := filepath.Join(t.TempDir(), "test.db")