Skip to content
Snippets Groups Projects
Commit bb57f03d authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

fix: added tests during image build

parent 8d7ca400
Branches
No related tags found
3 merge requests!14feat: addprices + subject managment,!11feat: Add partners issue info,!5Feat: Add backoffice
Pipeline #15419 passed
...@@ -33,7 +33,8 @@ RUN chown -Rf "${UID}" ./* ...@@ -33,7 +33,8 @@ RUN chown -Rf "${UID}" ./*
# Get dependencies and run tests # Get dependencies and run tests
RUN go version RUN go version
RUN go get -d -v RUN go get -d -v && \
CGO_ENABLED=1 go test ./...
# Build the binary # Build the binary
RUN CGO_ENABLED=1 go build \ RUN CGO_ENABLED=1 go build \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment