aptos/cache_fix: remove the usage of the cache from the aptos test that runs in the Dockerfile

This commit is contained in:
Josh Siegel 2023-01-19 16:37:55 +00:00 committed by jumpsiegel
parent 9db82e310f
commit 59602e7424
1 changed files with 1 additions and 2 deletions

View File

@ -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