Skip to content

Commit

Permalink
dev: uncomment other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh Bajpai authored and Harsh Bajpai committed Sep 20, 2023
1 parent 7f440f0 commit 8865a73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/ef-testing/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ macro_rules! blockchain_tests {
mod blockchain_tests {
use super::*;

// blockchain_tests!(st_sload, stSLoadTest);
// blockchain_tests!(vm_tests, VMTests);
// blockchain_tests!(memory_tests, stMemoryTest);
blockchain_tests!(st_sload, stSLoadTest);
blockchain_tests!(vm_tests, VMTests);
blockchain_tests!(memory_tests, stMemoryTest);
blockchain_tests!(init_code_test, stInitCodeTest);
}

0 comments on commit 8865a73

Please sign in to comment.