datarhei-dragonfork-core/Dockerfile.test

9 lines
161 B
Text
Raw Normal View History

2023-02-23 04:17:39 -05:00
FROM golang:1.20-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 ./...