Skip to content

Instantly share code, notes, and snippets.

@olegakbarov
Created February 25, 2023 05:41
Show Gist options
  • Save olegakbarov/cb5894c291a0baea937b2d5910529fae to your computer and use it in GitHub Desktop.
Save olegakbarov/cb5894c291a0baea937b2d5910529fae to your computer and use it in GitHub Desktop.
➜ 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