Skip to content

Commit

Permalink
fix: update run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffywu committed Aug 12, 2024
1 parent 42c3124 commit 9c9f7da
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions tests/runTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ python tests/Staking/generate_tests.py
export RPC_URL=$MAINNET_RPC_URL
export FORK_BLOCK=19691163
export FOUNDRY_PROFILE=mainnet
forge test --mp "tests/generated/mainnet/Staking_Ethena_**" -vv --mt test_deleverageAccount_splitAccountWithdrawRequest
# forge test --mp "tests/generated/mainnet/Staking_EtherFi_**" -vv --mt test_deleverageAccount_splitAccountWithdrawRequest
# forge test --mp "tests/generated/mainnet/PendlePT_**"
forge test --mp "tests/generated/mainnet/**"

# export RPC_URL=$ARBITRUM_RPC_URL
# export FORK_BLOCK=194820300
# export FOUNDRY_PROFILE=arbitrum
# forge test --mp "tests/generated/arbitrum/**"
export RPC_URL=$ARBITRUM_RPC_URL
export FORK_BLOCK=194820300
export FOUNDRY_PROFILE=arbitrum
forge test --mp "tests/generated/arbitrum/**"

# forge test --mp "tests/testTradingModule.t.sol"
forge test --mp "tests/testTradingModule.t.sol"

0 comments on commit 9c9f7da

Please sign in to comment.