diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4a9d9b7b..4da8d981 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,6 +33,8 @@ jobs: artifacts-zk cache-zk typechain-types + contracts/artifacts + contracts/precompiles/artifacts test: needs: [build] @@ -63,6 +65,8 @@ jobs: artifacts-zk cache-zk typechain-types + contracts/artifacts + contracts/precompiles/artifacts - name: Run tests run: yarn test