Ver código fonte

Update Dockerfile with accurate test calls

Matt Bolt 1 ano atrás
pai
commit
24b6d68329
1 arquivos alterados com 1 adições e 2 exclusões
  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 \