From 2f5afedfd2db5dd169b732deba056822549f00d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Thu, 28 Sep 2023 15:14:14 +0200 Subject: [PATCH] ci: Run blockchain tests --- circle.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/circle.yml b/circle.yml index 75a7e701e6..52b617dcda 100644 --- a/circle.yml +++ b/circle.yml @@ -484,6 +484,29 @@ jobs: ~/tests/GeneralStateTests ~/tests/LegacyTests/Constantinople/GeneralStateTests ~/tests/EIPTests/StateTests/stEIP1153-transientStorage + - run: + name: "Blockchain tests (Pyspecs)" + working_directory: ~/build + command: > + EVMONE_PRECOMPILES_STUB=~/project/test/state/precompiles_stub.json + bin/evmone-blockchaintest + ~/tests/BlockchainTests/Pyspecs + - run: + name: "Blockchain tests (GeneralStateTests)" + working_directory: ~/build + command: > + EVMONE_PRECOMPILES_STUB=~/project/test/state/precompiles_stub.json + bin/evmone-blockchaintest + --gtest_filter='*:-VMTests/vmPerformance.*:*.*Call50000_sha256' + ~/tests/BlockchainTests/GeneralStateTests + - run: + name: "Blockchain tests (ValidBlocks)" + working_directory: ~/build + command: > + EVMONE_PRECOMPILES_STUB=~/project/test/state/precompiles_stub.json + bin/evmone-blockchaintest + --gtest_filter='*:-bcMultiChainTest.*:bcTotalDifficultyTest.*:bcForkStressTest.ForkStressTest:bcGasPricerTest.RPC_API_Test:bcValidBlockTest.SimpleTx3LowS' + ~/tests/BlockchainTests/ValidBlocks - download_execution_tests: repo: ipsilon/tests rev: eof-update-20230828