Created
February 25, 2023 05:41
-
-
Save olegakbarov/cb5894c291a0baea937b2d5910529fae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ block-watcher git:(master) ✗ cargo test | |
Compiling block_watcher v0.1.0 (/Users/venge/Code/rust-repos/block-watcher) | |
Finished test [unoptimized + debuginfo] target(s) in 0.43s | |
Running unittests src/main.rs (target/debug/deps/block_watcher-100757d094facdb0) | |
running 2 tests | |
test state::tests::test_add_noteworthy_address ... ok | |
test state::tests::test_add_abi ... ok | |
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment