Browse Source

Update Dockerfile with accurate test calls

Matt Bolt 1 year ago
parent
commit
24b6d68329
1 changed files with 1 additions and 2 deletions
  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 \