Browse Source

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

Josh Siegel 2 years ago
parent
commit
59602e7424
1 changed files with 1 additions and 2 deletions
  1. 1 2
      aptos/Dockerfile

+ 1 - 2
aptos/Dockerfile

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