Skip to content

Commit d232786

Browse files
fix: dockerfile test command
1 parent 4c8434d commit d232786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.8
1111
RUN make lint
1212

1313
FROM lint AS test
14-
RUN make test
14+
RUN make test-ci

0 commit comments

Comments
 (0)