1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-28 20:14:14 +00:00
Beego/test.sh
2020-07-04 13:42:20 +00:00

15 lines
263 B
Bash

#!/bin/bash
docker-compose -f 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 ./...
# clear all container
docker-compose -f test_docker_compose.yaml down