Skip to content

Commit

Permalink
Merge branch 'develop' into unwrap-wnear
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en committed Jul 20, 2023
2 parents c9df247 + 8202d6e commit b527bd2
Show file tree
Hide file tree
Showing 98 changed files with 6,791 additions and 4,493 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
Loading

0 comments on commit b527bd2

Please sign in to comment.