Skip to content

Commit

Permalink
Add Cancun folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Dec 3, 2023
1 parent f0c3dbd commit 1c70094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_test_parser/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pub(crate) const ETH_TESTS_REPO_LOCAL_PATH: &str = "eth_tests";
pub(crate) const GENERAL_GROUP: &str = "BlockchainTests";
pub(crate) const TEST_GROUPS: [&str; 1] = ["GeneralStateTests"];
// The following subgroups contain subfolders unlike the other test folders.
pub(crate) const SPECIAL_TEST_SUBGROUPS: [&str; 2] = ["Shanghai", "VMTests"];
pub(crate) const SPECIAL_TEST_SUBGROUPS: [&str; 3] = ["Cancun", "Shanghai", "VMTests"];

0 comments on commit 1c70094

Please sign in to comment.