mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:58:59 +01:00
55306dfb24
Without this change, I get the error: > Error creating test engine: sqlite3 requires: import _ "github.com/mattn/go-sqlite3" or -tags sqlite,sqlite_unlock_notify (cherry picked from commit15fa4cf98e
) (cherry picked from commit2993203093
) (cherry picked from commitf5054e4883
) (cherry picked from commite14c5f934c
) (cherry picked from commited53157084
) (cherry picked from commitdc8346508b
) (cherry picked from commite6d8e1a973
) (cherry picked from commitf3b9ca02f3
) (cherry picked from commit3799c133b4
)
4 lines
82 B
JSON
4 lines
82 B
JSON
{
|
|
"go.buildTags": "sqlite,sqlite_unlock_notify",
|
|
"go.testFlags": ["-v"]
|
|
}
|