1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

CN translation of README (#5050)

This commit is contained in:
BetaCat
2018-10-15 12:13:21 +08:00
committed by Lunny Xiao
parent 970c690681
commit 4090204944
2 changed files with 64 additions and 7 deletions

View File

@@ -2,14 +2,16 @@
Integration tests can be run with make commands for the
appropriate backends, namely:
make test-mysql
make test-pgsql
make test-sqlite
```shell
make test-mysql
make test-pgsql
make test-sqlite
```
Make sure to perform a clean build before running tests:
make clean build
```
make clean build
```
## Run all tests via local drone
```
@@ -45,7 +47,6 @@ TEST_PGSQL_HOST=$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAdd
## Running individual tests
Example command to run GPG test with sqlite backend:
```
go test -c code.gitea.io/gitea/integrations \
-o integrations.sqlite.test -tags 'sqlite' &&