mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 23:28:57 +01:00
build: remove quicktest from Dockerfile
This is making docker builds take too long and it isn't the place of the Docker file to be running unit tests.
This commit is contained in:
parent
088756ff8a
commit
6b68d1f79a
@ -3,7 +3,6 @@ FROM golang AS builder
|
||||
COPY . /go/src/github.com/rclone/rclone/
|
||||
WORKDIR /go/src/github.com/rclone/rclone/
|
||||
|
||||
RUN make quicktest
|
||||
RUN \
|
||||
CGO_ENABLED=0 \
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user