mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-01-13 10:52:41 +00:00
f5054e4883
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
)
5 lines
82 B
JSON
5 lines
82 B
JSON
{
|
|
"go.buildTags": "sqlite,sqlite_unlock_notify",
|
|
"go.testFlags": ["-v"]
|
|
}
|