Closed chungquantin closed 1 month ago
To reproduce, go to any examples/*.rs file and run cargo test, the terminal will hang forever
examples/*.rs
cargo test
➜ cargo test Compiling mocking v0.1.0 (/Users/chungquantin/Developer/pop-network/pop-drink/examples/mocking) [==] Checking clippy linting rules Blocking waiting for file lock on build directory Building [=======================> ] 657/658: mocking(test)
yeah, that's a known issue; you have to run with --release flag
--release
@pmikolajczyk41 Thanks it works now.
To reproduce, go to any
examples/*.rs
file and runcargo test
, the terminal will hang forever