datarhei-dragonfork-core/Dockerfile.test

9 lines
163 B
Text
Raw Normal View History

2022-11-04 07:43:12 -04:00
FROM golang:1.19.3-alpine3.16
RUN apk add alpine-sdk
COPY . /dist/core
RUN cd /dist/core && \
2022-11-04 07:43:12 -04:00
go test -coverprofile=coverage.out -covermode=atomic -v ./...