aptos/cache_fix: remove the usage of the cache from the aptos test that runs in the Dockerfile
This commit is contained in:
parent
9db82e310f
commit
59602e7424
|
@ -21,5 +21,4 @@ FROM aptos AS tests
|
|||
|
||||
WORKDIR /tmp
|
||||
|
||||
RUN --mount=type=cache,target=/root/.move,id=move_cache \
|
||||
make test
|
||||
RUN make test
|
||||
|
|
Loading…
Reference in New Issue