refactor: reorg roller folders (#15)

This commit is contained in:
HAOYUatHZ
2022-10-08 12:03:48 +08:00
committed by GitHub
parent 27ab85f706
commit 936148f366
14 changed files with 23 additions and 23 deletions

View File

@@ -39,17 +39,17 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.cargo/registry
key: ${{ runner.os }}-roller-cargo-registry-${{ hashFiles('roller/roller/prover/rust/Cargo.lock') }}
key: ${{ runner.os }}-roller-cargo-registry-${{ hashFiles('roller/core/prover/rust/Cargo.lock') }}
- name: Cache cargo index
uses: actions/cache@v2
with:
path: ~/.cargo/git
key: ${{ runner.os }}-roller-cargo-index-${{ hashFiles('roller/roller/prover/rust/Cargo.lock') }}
key: ${{ runner.os }}-roller-cargo-index-${{ hashFiles('roller/core/prover/rust/Cargo.lock') }}
- name: Cache cargo target
uses: actions/cache@v2
with:
path: /home/runner/work/scroll/scroll/roller/roller/prover/rust/target
key: ${{ runner.os }}-roller-cargo-build-target-${{ hashFiles('roller/roller/prover/rust/Cargo.lock') }}
path: /home/runner/work/scroll/scroll/roller/core/prover/rust/target
key: ${{ runner.os }}-roller-cargo-build-target-${{ hashFiles('roller/core/prover/rust/Cargo.lock') }}
- name: Test
run: |
make roller