diff --git a/crates/ef-testing/tests/tests.rs b/crates/ef-testing/tests/tests.rs index bf8104c7..7afb471e 100644 --- a/crates/ef-testing/tests/tests.rs +++ b/crates/ef-testing/tests/tests.rs @@ -66,4 +66,5 @@ mod blockchain_tests { blockchain_tests!(vm_tests, VMTests); blockchain_tests!(memory_tests, stMemoryTest); blockchain_tests!(init_code_test, stInitCodeTest); + blockchain_tests!(st_log_tests, stLogTests); }