forked from TrueCloudLab/rclone
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
b59999dd59
commit
eee28d0d39
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue