1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-12 12:30:39 +00:00

add tag interfaces and remove log.go

This commit is contained in:
Ming Deng
2020-07-28 06:28:51 +00:00
parent 21f281655d
commit 54ef476600
9 changed files with 160 additions and 291 deletions

View File

@ -1,14 +1,14 @@
#!/bin/bash
docker-compose -f test_docker_compose.yaml up -d
docker-compose -f "$(pwd)/scripts/test_docker_compose.yaml" up -d
export ORM_DRIVER=mysql
export TZ=UTC
export ORM_SOURCE="beego:test@tcp(localhost:13306)/orm_test?charset=utf8"
go test ../...
go test "$(pwd)/..."
# clear all container
docker-compose -f test_docker_compose.yaml down
docker-compose -f "$(pwd)/scripts/test_docker_compose.yaml" down