Skip to content

Commit

Permalink
Update hardfork_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchengzhu authored Dec 8, 2023
1 parent 3938373 commit 5f8067d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hardfork_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
working-directory: axon-hardfork-test
run: |
npm install
npx hardhat test --grep "transfer demo"
npx hardhat test test/verifyProof.ts --network proof
npx hardhat test --grep "deploy a normal contract"
npx hardhat test --grep "deploy a big contract larger than max_contract_limit"
npx hardhat test --grep "check hardfork info before hardfork"
Expand All @@ -111,8 +113,6 @@ jobs:
npx hardhat test --grep "check hardfork info after hardfork"
npx hardhat test --grep "update max_contract_limit"
npx hardhat test --grep "deploy a big contract smaller than max_contract_limit"
npx hardhat test --grep "transfer demo"
npx hardhat test test/verifyProof.ts --network proof
- name: Archive logs
if: failure()
Expand Down

0 comments on commit 5f8067d

Please sign in to comment.