comment out test

This commit is contained in:
yedongfu 2021-05-23 11:01:05 +08:00
parent 33d600b107
commit c05a9c3181

View File

@ -6,7 +6,7 @@ services:
- '80:4005' - '80:4005'
volumes: volumes:
- .:/app/dtm - .:/app/dtm
command: ['sh', '-c', 'go build app/main.go && go test -v ./dtmsvr'] # command: ['sh', '-c', 'go build app/main.go && go test -v ./dtmsvr']
mysql: mysql:
image: 'daocloud.io/mysql:5.7' image: 'daocloud.io/mysql:5.7'
environment: environment: