mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-07 14:46:44 +00:00
Parallelize tests on Dockerfile (#1540)
Co-authored-by: Svarog <feanorr@gmail.com>
This commit is contained in:
parent
d2f4ed660c
commit
06fd6f1b95
@ -18,7 +18,7 @@ COPY go.sum .
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN NO_PARALLEL=1 ./build_and_test.sh
|
RUN ./build_and_test.sh
|
||||||
|
|
||||||
# --- multistage docker build: stage #2: runtime image
|
# --- multistage docker build: stage #2: runtime image
|
||||||
FROM alpine
|
FROM alpine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user