瀏覽代碼

remove test

Ajay Tripathy 4 年之前
父節點
當前提交
5e24300c77
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

@@ -11,8 +11,6 @@ RUN go mod download
 COPY . .
 COPY . .
 # Build the binary
 # Build the binary
 RUN set -e ;\
 RUN set -e ;\
-    go test ./test/*.go;\
-    go test ./pkg/*;\
     cd cmd/costmodel;\
     cd cmd/costmodel;\
     CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \
     CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \
     go build -a -installsuffix cgo -o /go/bin/app
     go build -a -installsuffix cgo -o /go/bin/app