Browse Source

remove test

Ajay Tripathy 4 năm trước cách đây
mục cha
commit
5e24300c77
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

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