Просмотр исходного кода

Update Dockerfile with accurate test calls

Matt Bolt 1 год назад
Родитель
Сommit
24b6d68329
1 измененных файлов с 1 добавлено и 2 удалено
  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 \