Skip to content

Commit

Permalink
chore: do not cache target dir
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Jul 18, 2023
1 parent 9b90cf1 commit 87e8443
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
- name: Clone the repository
uses: actions/checkout@v3
- name: Restore cache
run: |
cache-util restore cargo_git cargo_registry yarn_cache rocksdb:/root/rocksdb
cache-util restore aurora-engine-target@tests@${{ hashFiles('**/Cargo.lock') }}:target
run: cache-util restore cargo_git cargo_registry yarn_cache rocksdb:/root/rocksdb
- name: Preparing rocksdb library
run: scripts/ci/build_rocksdb.sh
- name: Build contracts
Expand All @@ -40,9 +38,7 @@ jobs:
- name: Test testnet
run: cargo make --profile testnet test-workspace
- name: Save cache
run: |
cache-util save cargo_git cargo_registry yarn_cache
cache-util msave aurora-engine-target@tests@${{ hashFiles('**/Cargo.lock') }}:target
run: cache-util save cargo_git cargo_registry yarn_cache

test_modexp:
name: Test modexp suite (mainnet, testnet)
Expand Down

0 comments on commit 87e8443

Please sign in to comment.