Browse Source

comment out test

pull/6/head
yedongfu 5 years ago
parent
commit
c05a9c3181
  1. 2
      docker-compose.yml

2
docker-compose.yml

@ -6,7 +6,7 @@ services:
- '80:4005'
volumes:
- .:/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:
image: 'daocloud.io/mysql:5.7'
environment:

Loading…
Cancel
Save