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.

Revisions

  1. olegakbarov created this gist Feb 25, 2023.
    10 changes: 10 additions & 0 deletions so-far-so-good
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    ➜ 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