Skip to content

Commit

Permalink
Add gotestsum to Dockerfile.buildroot
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoodwin committed Jan 16, 2025
1 parent bdd8e16 commit aefc1db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.buildroot
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ RUN curl -Lso /tmp/golangci-lint.rpm \
make \
npm \
/tmp/golangci-lint.rpm && \
rm /tmp/golangci-lint.rpm
rm /tmp/golangci-lint.rpm
RUN go install gotest.tools/gotestsum@latest

0 comments on commit aefc1db

Please sign in to comment.