Kaynağa Gözat

un-disable tests

Ajay Tripathy 4 yıl önce
ebeveyn
işleme
cb30225719
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -11,6 +11,8 @@ 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