Skip to content

Commit

Permalink
test9
Browse files Browse the repository at this point in the history
  • Loading branch information
bluele committed Jun 8, 2023
1 parent 50f5244 commit c2b93c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,15 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
- uses: Swatinem/rust-cache@v2
- uses: bmwill/rust-cache@v1
with:
workspaces: |
.
./enclave
- name: Restore cargo registry
uses: actions/cache@v3
key: enclave
working-directory: ./enclave
- uses: bmwill/rust-cache@v1
with:
path: |
~/.cargo/registry/src/**/librocksdb-sys-*
key: ${{ runner.os }}-cargo-registry
key: app
path: ~/.cargo/registry/src/**/librocksdb-sys-*
working-directory: .
- run: |
docker run -w /root/lcp \
-v $(pwd):/root/lcp \
Expand Down
3 changes: 2 additions & 1 deletion CI.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
- test5: use cache-directories option instead
- test6: no updates
- test7: cache cargo registry with actions/cache@v3
- test8: no updates
- test8: no updates
- test9: use multiple rust-cache

0 comments on commit c2b93c0

Please sign in to comment.