@@strk I use this cli to only test some part : go test -c code.gitea.io/gitea/integrations -o integrations.sqlite.test -tags 'sqlite' && GITEA_ROOT="$GOPATH/src/code.gitea.io/gitea" GITEA_CONF=integrations/sqlite.ini ./integrations.sqlite.test -test.v -test.run GPG I kept it inside in https://github.com/go-gitea/gitea/pull/2266 for reminding me as it is not really easy to find 😉 ---- ##### [Only check at least one email gpg key by sapk · Pull Request #2266 · go-gitea/gitea](https://github.com/go-gitea/gitea/pull/2266) Fix #2213 & #2187 by relaxing the control on import by allowing any key with one key at least matching one email of the user. Commit validation should stilll be good because I use GetUserByEmail to...