Skip to content

Commit

Permalink
ci: Run transient storage EIP blockchain tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Oct 2, 2023
1 parent ff2557f commit 3fc6fef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,13 @@ jobs:
bin/evmone-blockchaintest
--gtest_filter='*:-bcMultiChainTest.*:bcTotalDifficultyTest.*:bcForkStressTest.ForkStressTest:bcGasPricerTest.RPC_API_Test:bcValidBlockTest.SimpleTx3LowS'
~/tests/BlockchainTests/ValidBlocks
- run:
name: "Blockchain tests (EIPs)"
working_directory: ~/build
command: >
EVMONE_PRECOMPILES_STUB=~/project/test/state/precompiles_stub.json
bin/evmone-blockchaintest
~/tests/EIPTests/BlockchainTests/bcEIP1153-transientStorage
- download_execution_tests:
repo: ipsilon/tests
rev: eof-update-20230828
Expand Down

0 comments on commit 3fc6fef

Please sign in to comment.