Преглед изворни кода

Restore tests

Signed-off-by: Matt Ray <github@mattray.dev>
Matt Ray пре 2 година
родитељ
комит
486cd823d7
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -20,6 +20,8 @@ RUN go mod download
 COPY . .
 # Build the binary
 RUN set -e ;\
+    go test ./test/*.go;\
+    go test ./pkg/*;\
     cd cmd/costmodel;\
     GOOS=linux \
     go build -a -installsuffix cgo \