@@ -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 \