mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-06 06:06:49 +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 . .
|
||||
|
||||
RUN NO_PARALLEL=1 ./build_and_test.sh
|
||||
RUN ./build_and_test.sh
|
||||
|
||||
# --- multistage docker build: stage #2: runtime image
|
||||
FROM alpine
|
||||
|
Loading…
x
Reference in New Issue
Block a user