Pārlūkot izejas kodu

Update Dockerfile with accurate test calls

Matt Bolt 1 gadu atpakaļ
vecāks
revīzija
24b6d68329
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

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