Skip to content

Commit db5deab

Browse files
committed
bug(tests): run all tests for t8n changes
1 parent 683092c commit db5deab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/json_infra/helpers/select_tests.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ def extract_affected_forks(files_path: str) -> List[str]:
5555
else:
5656
run_all_tests = True
5757
break
58-
elif file_path.startswith("tests/json_infra/"):
58+
elif file_path.startswith(
59+
"src/ethereum_spec_tools/evm_tools"
60+
) or file_path.startswith("tests/json_infra/"):
5961
run_all_tests = True
6062

6163
if run_all_tests:

0 commit comments

Comments
 (0)