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:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user