Skip to content

Commit

Permalink
fix: Run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Dec 8, 2023
1 parent c394f0d commit 9d14e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ COPY go.* .
RUN go mod download
COPY main.go main.go
COPY internal internal
RUN go test ./...
RUN CGO_ENABLED=0 GOOS=linux go build -a -o /go-rotate-backups main.go


Expand Down

0 comments on commit 9d14e6b

Please sign in to comment.