You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execute "Pull additional images" only when they are really needed
drand is only needed for dRNG integration test
pumba and iproute is only needed for partitions with autopeering
for building GoShimmer image and executing the tester image: leverage build cache per branch so that subsequent builds on the same branch can reuse Docker build cache and Go build cache (not redownload all modules and no rebuilding of image layers)
evaluate whether alpine or slim image can be used for tester and whether building an image is better instead of just using one in the docker compose file
enable cache for unit tests
The text was updated successfully, but these errors were encountered:
drand
is only needed for dRNG integration testpumba
andiproute
is only needed for partitions with autopeeringalpine
orslim
image can be used for tester and whether building an image is better instead of just using one in the docker compose fileThe text was updated successfully, but these errors were encountered: