Skip to content

Commit

Permalink
3rd shard
Browse files Browse the repository at this point in the history
  • Loading branch information
freemanzMrojo committed Aug 25, 2024
1 parent a3f689d commit 8df32d7
Show file tree
Hide file tree
Showing 4 changed files with 1,214 additions and 1,129 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
call-workflow-hardhat-tests:
uses: ./.github/workflows/test-contracts.yml
with:
shard-matrix: "{ \"shard\": [1,2] }"
shard-matrix: "{ \"shard\": [1,2,3] }"
secrets: inherit


Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"test:compose:v2": "docker compose up -d thor-solo && sleep 10 && npx hardhat test --network vechain; ret=$?; docker compose down; exit $ret",
"test:shard1:compose:v2": "docker compose up -d thor-solo && sleep 10 && shard='1' npx hardhat test --network vechain; ret=$?; docker compose down; exit $ret",
"test:shard2:compose:v2": "docker compose up -d thor-solo && sleep 10 && shard='2' npx hardhat test --network vechain; ret=$?; docker compose down; exit $ret",
"test:shard3:compose:v2": "docker compose up -d thor-solo && sleep 10 && shard='3' npx hardhat test --network vechain; ret=$?; docker compose down; exit $ret",
"coverage": "COVERAGE=1 hardhat coverage",
"deploy": "./scripts/hh-wrapper deploy",
"test-dev": "hardhat test --network dev",
Expand Down
Loading

0 comments on commit 8df32d7

Please sign in to comment.