Skip to content

nad2000/CollegeDesk

Repository files navigation

CircleCI

Setup Test DB

docker rm -f mydb; docker run --name mydb -e MYSQL_ROOT_PASSWORD=p455w0rd -e MYSQL_DATABASE=blocks -p 3306:3306 -d mysql:5 --character-set-server=utf8 --collation-server=utf8_bin --default-authentication-plugin=mysql_native_password
docker logs -f mydb

# wait until the DB is up
export DATABASE_URL='mysql://root:p455w0rd@/blocks?parseTime=true'
go test ./... -short -v 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages