Skip to content

Commit 2242274

Browse files
committed
parallelize TestUint64
1 parent a932883 commit 2242274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ func TestUint64(t *testing.T) {
12081208
shigh = int64(uhigh)
12091209
stop = ^shigh
12101210
)
1211-
runTests(t, dsn, func(dbt *DBTest) {
1211+
runTestsParallel(t, dsn, func(dbt *DBTest, _ string) {
12121212
stmt, err := dbt.db.Prepare(`SELECT ?, ?, ? ,?, ?, ?, ?, ?`)
12131213
if err != nil {
12141214
dbt.Fatal(err)

0 commit comments

Comments
 (0)