Skip to content

Commit d3b9be4

Browse files
committed
run tests during build
1 parent d7043d3 commit d3b9be4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

images/installer/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ COPY pkg ./pkg
99
COPY cmd ./cmd
1010
COPY *.go ./
1111

12+
RUN go test ./...
13+
1214
RUN CGO_ENABLED=0 go build -o kwasm-node-installer
1315
RUN /app/kwasm-node-installer -h
1416

0 commit comments

Comments
 (0)