loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'chore: remove extra go-sqlite3 imports' (#5243) from yoctozepto/no-extra-sqlite into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5243
Reviewed-by: Otto <otto@codeberg.org>

Otto 864eabeb 4e578934

-4
-2
modules/activitypub/client_test.go
··· 21 21 22 22 "github.com/stretchr/testify/assert" 23 23 "github.com/stretchr/testify/require" 24 - 25 - _ "github.com/mattn/go-sqlite3" 26 24 ) 27 25 28 26 func TestCurrentTime(t *testing.T) {
-2
services/mailer/mail_admin_new_user_test.go
··· 15 15 16 16 "github.com/stretchr/testify/assert" 17 17 "github.com/stretchr/testify/require" 18 - 19 - _ "github.com/mattn/go-sqlite3" 20 18 ) 21 19 22 20 func getTestUsers(t *testing.T) []*user_model.User {